mxnet
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mxnet::IntImmNode Class Reference

Constant integer literals in the program. More...

#include <expr.h>

Inheritance diagram for mxnet::IntImmNode:
Inheritance graph
Collaboration diagram for mxnet::IntImmNode:
Collaboration graph

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"
 

Detailed Description

Constant integer literals in the program.

See also
IntImm

Member Function Documentation

mxnet::IntImmNode::MXNET_DECLARE_FINAL_OBJECT_INFO ( IntImmNode  ,
PrimExprNode   
)

Member Data Documentation

constexpr const char* mxnet::IntImmNode::_type_key = "IntImm"
static
int64_t mxnet::IntImmNode::value

the Internal value.


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