|
mxnet
|
The type trait indicates subclass of TVM's NDArray. For irrelavant classes, code = -1. For TVM NDArray itself, code = 0. All subclasses of NDArray should override code > 0. More...
#include <ndarray.h>

Static Public Attributes | |
| static const int | code = -1 |
| the value of the traits More... | |
The type trait indicates subclass of TVM's NDArray. For irrelavant classes, code = -1. For TVM NDArray itself, code = 0. All subclasses of NDArray should override code > 0.
|
static |
the value of the traits
1.8.13