tvm
|
The argument information. More...
#include <arg_info.h>
Public Member Functions | |
TVM_DECLARE_BASE_OBJECT_INFO (ArgInfoNode, runtime::Object) | |
virtual | ~ArgInfoNode ()=default |
Default destructor. More... | |
virtual ObjectRef | AsJSON () const =0 |
Converts the ArgInfo to its corresponding JSON representation. More... | |
Static Public Attributes | |
static constexpr const char * | _type_key = "meta_schedule.ArgInfo" |
The argument information.
|
virtualdefault |
Default destructor.
|
pure virtual |
Converts the ArgInfo to its corresponding JSON representation.
Implemented in tvm::meta_schedule::TensorInfoNode.
tvm::meta_schedule::ArgInfoNode::TVM_DECLARE_BASE_OBJECT_INFO | ( | ArgInfoNode | , |
runtime::Object | |||
) |
|
staticconstexpr |