|
mxnet
|
Type traits to mark if a class is tvm extension type. More...
#include <packed_func.h>

Static Public Attributes | |
| static const int | code = 0 |
Type traits to mark if a class is tvm extension type.
To enable extension type in C++ must be registered via marco. TVM_REGISTER_EXT_TYPE(TypeName) after defining this with this traits.
Extension class can be passed and returned via PackedFunc in all tvm runtime. Internally extension class is stored as T*.
| T | the typename |
|
static |
1.8.13