LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties Struct Reference

Public Types

using mapTy = ::mlir::AffineMapAttr
 
using numDimsTy = ::mlir::IntegerAttr
 

Public Member Functions

auto getMap ()
 
void setMap (const ::mlir::AffineMapAttr &propValue)
 
auto getNumDims ()
 
void setNumDims (const ::mlir::IntegerAttr &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

mapTy map
 
numDimsTy numDims
 

Detailed Description

Definition at line 47 of file Ops.h.inc.

Member Typedef Documentation

◆ mapTy

Definition at line 48 of file Ops.h.inc.

◆ numDimsTy

Definition at line 58 of file Ops.h.inc.

Member Function Documentation

◆ getMap()

auto llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::getMap ( )
inline

Definition at line 51 of file Ops.h.inc.

◆ getNumDims()

auto llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::getNumDims ( )
inline

Definition at line 61 of file Ops.h.inc.

◆ operator!=()

bool llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

Definition at line 74 of file Ops.h.inc.

◆ operator==()

bool llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

Definition at line 68 of file Ops.h.inc.

◆ setMap()

void llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::setMap ( const ::mlir::AffineMapAttr & propValue)
inline

Definition at line 55 of file Ops.h.inc.

◆ setNumDims()

void llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::setNumDims ( const ::mlir::IntegerAttr & propValue)
inline

Definition at line 65 of file Ops.h.inc.

Member Data Documentation

◆ map

mapTy llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::map

Definition at line 49 of file Ops.h.inc.

◆ numDims

numDimsTy llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::Properties::numDims

Definition at line 59 of file Ops.h.inc.


The documentation for this struct was generated from the following file: