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


Public Member Functions | |
| MXNET_DECLARE_FINAL_OBJECT_INFO (FloatImmNode, 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 | |
| double | value |
| The constant value content. 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 = "FloatImm" |
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 floating point literals in the program.
| mxnet::FloatImmNode::MXNET_DECLARE_FINAL_OBJECT_INFO | ( | FloatImmNode | , |
| PrimExprNode | |||
| ) |
|
static |
| double mxnet::FloatImmNode::value |
The constant value content.
1.8.11