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

Constant floating point literals in the program. More...

#include <expr.h>

Inheritance diagram for mxnet::FloatImmNode:
Inheritance graph
Collaboration diagram for mxnet::FloatImmNode:
Collaboration graph

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"
 

Detailed Description

Constant floating point literals in the program.

See also
FloatImm

Member Function Documentation

mxnet::FloatImmNode::MXNET_DECLARE_FINAL_OBJECT_INFO ( FloatImmNode  ,
PrimExprNode   
)

Member Data Documentation

constexpr const char* mxnet::FloatImmNode::_type_key = "FloatImm"
static
double mxnet::FloatImmNode::value

The constant value content.


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