|
mxnet
|
Constant integer literals in the program. More...
#include <expr.h>


Public Member Functions | |
| MXNET_DECLARE_FINAL_OBJECT_INFO (IntImmNode, PrimExprNode) | |
Public Member Functions inherited from mxnet::PrimExprNode | |
| MXNET_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode) | |
Public Member Functions inherited from mxnet::BaseExprNode | |
| MXNET_DECLARE_BASE_OBJECT_INFO (BaseExprNode, Object) | |
Public Attributes | |
| int64_t | value |
| the Internal value. More... | |
Public Attributes inherited from mxnet::PrimExprNode | |
| MXNetDataType | dtype |
| The runtime data type of the primitive expression. More... | |
Static Public Attributes | |
| static constexpr const char * | _type_key = "IntImm" |
Static Public Attributes inherited from mxnet::PrimExprNode | |
| static constexpr const char * | _type_key = "PrimExpr" |
Static Public Attributes inherited from mxnet::BaseExprNode | |
| static constexpr const char * | _type_key = "Expr" |
Constant integer literals in the program.
| mxnet::IntImmNode::MXNET_DECLARE_FINAL_OBJECT_INFO | ( | IntImmNode | , |
| PrimExprNode | |||
| ) |
|
static |
| int64_t mxnet::IntImmNode::value |
the Internal value.
1.8.11