_GetOrAllocRuntimeTypeIndex() | tvm::runtime::Object | inlinestatic |
_type_child_slots | tvm::runtime::Object | static |
_type_child_slots_can_overflow | tvm::runtime::Object | static |
_type_final | tvm::runtime::Object | static |
_type_has_method_sequal_reduce | tvm::runtime::Object | static |
_type_has_method_shash_reduce | tvm::runtime::Object | static |
_type_has_method_visit_attrs | tvm::runtime::Object | static |
_type_index | tvm::runtime::ModuleNode | static |
_type_key | tvm::runtime::ModuleNode | static |
ClearImports() | tvm::runtime::ModuleNode | inline |
const_device_indexes | tvm::runtime::vm::Executable | |
constants | tvm::runtime::vm::Executable | |
DecRef() | tvm::runtime::Object | inlineprotected |
deleter_ | tvm::runtime::Object | protected |
FDeleter typedef | tvm::runtime::Object | |
functions | tvm::runtime::vm::Executable | |
GetBytecode() const | tvm::runtime::vm::Executable | |
GetConstants() const | tvm::runtime::vm::Executable | |
GetFormat() | tvm::runtime::ModuleNode | virtual |
GetFuncFromEnv(const String &name) | tvm::runtime::ModuleNode | |
GetFunction(const String &name, const ObjectPtr< Object > &sptr_to_self)=0 | tvm::runtime::ModuleNode | pure virtual |
GetFunction(const String &name, bool query_imports=false) | tvm::runtime::ModuleNode | |
GetFunctionArity(std::string func) const | tvm::runtime::vm::Executable | |
GetFunctionParameterName(std::string func, int index) const | tvm::runtime::vm::Executable | |
GetLateBoundConstants(int64_t byte_limit) | tvm::runtime::vm::Executable | |
GetLib() const | tvm::runtime::vm::Executable | |
GetOrAllocRuntimeTypeIndex(const std::string &key, uint32_t static_tindex, uint32_t parent_tindex, uint32_t type_child_slots, bool type_child_slots_can_overflow) | tvm::runtime::Object | protectedstatic |
GetPrimitives() const | tvm::runtime::vm::Executable | |
GetPropertyMask() const final | tvm::runtime::vm::Executable | inlinevirtual |
GetSource(const String &format="") | tvm::runtime::ModuleNode | virtual |
GetTypeKey() const | tvm::runtime::Object | inline |
GetTypeKeyHash() const | tvm::runtime::Object | inline |
GetVirtualDevices() const | tvm::runtime::vm::Executable | |
GetVMFunctionWithName(const std::string &func_name) const | tvm::runtime::vm::Executable | |
global_map | tvm::runtime::vm::Executable | |
host_device_index | tvm::runtime::vm::Executable | |
ImplementsFunction(const String &name, bool query_imports=false) | tvm::runtime::ModuleNode | virtual |
Import(Module other) | tvm::runtime::ModuleNode | |
imports() const | tvm::runtime::ModuleNode | inline |
imports_ | tvm::runtime::ModuleNode | protected |
IncRef() | tvm::runtime::Object | inlineprotected |
IsBinarySerializable() const | tvm::runtime::ModuleNode | inline |
IsDSOExportable() const | tvm::runtime::ModuleNode | inline |
IsInstance() const | tvm::runtime::Object | inline |
late_bound_constant_names | tvm::runtime::vm::Executable | |
Load(const std::string &code, const runtime::Module lib) | tvm::runtime::vm::Executable | static |
LoadLateBoundConstantsFromFile(const std::string &path) | tvm::runtime::vm::Executable | |
LoadLateBoundConstantsFromMap(Map< String, NDArray > map) | tvm::runtime::vm::Executable | |
LoadLateBoundConstantsFromStream(dmlc::Stream *stream) | tvm::runtime::vm::Executable | |
MoveLateBoundConstantsToFile(const std::string &path, int64_t byte_limit) | tvm::runtime::vm::Executable | |
MoveLateBoundConstantsToStream(dmlc::Stream *stream, int64_t byte_limit) | tvm::runtime::vm::Executable | |
Object() | tvm::runtime::Object | inline |
Object(const Object &other) | tvm::runtime::Object | inline |
Object(Object &&other) | tvm::runtime::Object | inline |
op_attrs | tvm::runtime::vm::Executable | |
operator=(const Object &other) | tvm::runtime::Object | inline |
operator=(Object &&other) | tvm::runtime::Object | inline |
primitive_map | tvm::runtime::vm::Executable | |
ref_counter_ | tvm::runtime::Object | protected |
RefCounterType typedef | tvm::runtime::Object | |
RuntimeTypeIndex() | tvm::runtime::Object | inlinestatic |
Save() | tvm::runtime::vm::Executable | |
SaveToBinary(dmlc::Stream *stream) final | tvm::runtime::vm::Executable | virtual |
SaveToFile(const String &path, const String &format) final | tvm::runtime::vm::Executable | virtual |
SetLib(const runtime::Module &lib) | tvm::runtime::vm::Executable | |
Stats() const | tvm::runtime::vm::Executable | |
TVM_DECLARE_FINAL_OBJECT_INFO(ModuleNode, Object) | tvm::runtime::ModuleNode | |
TVM_MODULE_VTABLE_BEGIN("VMExecutable") | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_END() | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_lib", &Executable::GetLib) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_bytecode", &Executable::GetBytecode) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_constants", &Executable::GetConstants) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_virtual_devices", &Executable::GetVirtualDevices) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_primitives", &Executable::GetPrimitives) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_stats", &Executable::Stats) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("save", &Executable::Save) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_function_arity", &Executable::GetFunctionArity) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_function_param_name", &Executable::GetFunctionParameterName) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("vm_load_executable", &Executable::VMLoadExecutable) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("move_late_bound_consts", &Executable::MoveLateBoundConstantsToFile) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("get_late_bound_consts", &Executable::GetLateBoundConstants) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("load_late_bound_consts", &Executable::LoadLateBoundConstantsFromFile) | tvm::runtime::vm::Executable | |
TVM_MODULE_VTABLE_ENTRY("load_late_bound_consts_from_map", &Executable::LoadLateBoundConstantsFromMap) | tvm::runtime::vm::Executable | |
type_index() const | tvm::runtime::Object | inline |
type_index_ | tvm::runtime::Object | protected |
type_key() const =0 | tvm::runtime::ModuleNode | pure virtual |
TypeIndex2Key(uint32_t tindex) | tvm::runtime::Object | static |
TypeIndex2KeyHash(uint32_t tindex) | tvm::runtime::Object | static |
TypeKey2Index(const std::string &key) | tvm::runtime::Object | static |
unique() const | tvm::runtime::Object | inline |
virtual_devices | tvm::runtime::vm::Executable | |
VMLoadExecutable() | tvm::runtime::vm::Executable | |
~Executable() | tvm::runtime::vm::Executable | inlinevirtual |
~ModuleNode()=default | tvm::runtime::ModuleNode | virtual |