|
mxnet
|
array node content in array More...
#include <container.h>


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" |
array node content in array
| mxnet::ArrayNode::MXNET_DECLARE_FINAL_OBJECT_INFO | ( | ArrayNode | , |
| Object | |||
| ) |
|
static |
| std::vector<ObjectRef> mxnet::ArrayNode::data |
the data content
1.8.11