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

array node content in array More...

#include <container.h>

Inheritance diagram for mxnet::ArrayNode:
Inheritance graph
Collaboration diagram for mxnet::ArrayNode:
Collaboration graph

Public Member Functions

 MXNET_DECLARE_FINAL_OBJECT_INFO (ArrayNode, Object)
 

Public Attributes

std::vector< ObjectRef > data
 the data content More...
 

Static Public Attributes

static constexpr const char * _type_key = "Array"
 

Detailed Description

array node content in array

Member Function Documentation

mxnet::ArrayNode::MXNET_DECLARE_FINAL_OBJECT_INFO ( ArrayNode  ,
Object   
)

Member Data Documentation

constexpr const char* mxnet::ArrayNode::_type_key = "Array"
static
std::vector<ObjectRef> mxnet::ArrayNode::data

the data content


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