mxnet
Static Public Attributes | List of all members
mxnet::runtime::array_type_info< T > Struct Template Reference

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>

Collaboration diagram for mxnet::runtime::array_type_info< T >:
Collaboration graph

Static Public Attributes

static const int code = -1
 the value of the traits More...
 

Detailed Description

template<typename T>
struct mxnet::runtime::array_type_info< T >

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.

Member Data Documentation

template<typename T >
const int mxnet::runtime::array_type_info< T >::code = -1
static

the value of the traits


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