tvm
|
Object representation of Executor configuration and registry. More...
#include <dmlc/registry.h>
#include <tvm/ir/attrs.h>
#include <tvm/ir/expr.h>
#include <tvm/ir/type.h>
#include <tvm/ir/type_relation.h>
#include <tvm/node/attr_registry_map.h>
#include <tvm/runtime/registry.h>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | tvm::relay::ExecutorNode |
Executor information. More... | |
class | tvm::relay::Executor |
Managed reference class to ExecutorNode. More... | |
class | tvm::relay::ExecutorRegEntry |
Helper structure to register Executors. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relay | |
Relay: a high level functional IR for TVM. | |
Macros | |
#define | TVM_EXECUTOR_REGISTER_VAR_DEF static DMLC_ATTRIBUTE_UNUSED ::tvm::relay::ExecutorRegEntry& __make_##Executor |
#define | TVM_REGISTER_EXECUTOR(ExecutorName) |
Register a new executor, or set attribute of the corresponding executor. More... | |
Object representation of Executor configuration and registry.
#define TVM_EXECUTOR_REGISTER_VAR_DEF static DMLC_ATTRIBUTE_UNUSED ::tvm::relay::ExecutorRegEntry& __make_##Executor |
#define TVM_REGISTER_EXECUTOR | ( | ExecutorName | ) |
Register a new executor, or set attribute of the corresponding executor.
ExecutorName | The name of registry |