|
tvm
|
#include <layout.h>
Public Types | |
| using | TParent = AttrRegistryMap< Axis, ValueType > |
Friends | |
| class | Axis |
Additional Inherited Members | |
Public Member Functions inherited from tvm::AttrRegistryMap< Axis, ValueType > | |
| AttrRegistryMap (const AttrRegistryMapContainerMap< Axis > &map) | |
| constructor More... | |
| int | count (const Axis &key) const |
| Check if the map has op as key. More... | |
| ValueType | operator[] (const Axis &key) const |
| get the corresponding value element at key. More... | |
| ValueType | get (const Axis &key, ValueType def_value) const |
| get the corresponding value element at key with default value. More... | |
Protected Attributes inherited from tvm::AttrRegistryMap< Axis, ValueType > | |
| const AttrRegistryMapContainerMap< Axis > & | map_ |
| The internal map field. More... | |
| using tvm::tirx::AxisAttrMap< ValueType >::TParent = AttrRegistryMap<Axis, ValueType> |
|
friend |