|
tvm
|
Function nodes. More...
#include <tvm/ir/attrs.h>#include <tvm/ir/expr.h>#include <tvm/runtime/container/array.h>#include <tvm/runtime/container/map.h>#include <tvm/runtime/container/string.h>#include <string>#include <type_traits>Go to the source code of this file.
Classes | |
| class | tvm::BaseFuncNode |
| Base node of all functions. More... | |
| class | tvm::BaseFunc |
| Managed reference to BaseFuncNode. More... | |
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
| tvm::attr | |
| Generic attribute names that can be attached to any function. | |
Enumerations | |
| enum | tvm::CallingConv : int { tvm::CallingConv::kDefault = 0, tvm::CallingConv::kCPackedFunc = 1, tvm::CallingConv::kDeviceKernelLaunch = 2 } |
| Possible Calling conventions. More... | |
Variables | |
| constexpr const char * | tvm::attr::kCallingConv = "calling_conv" |
| Indicates the special calling convention. More... | |
| constexpr const char * | tvm::attr::kTarget = "target" |
| Compilation target of the function. More... | |
| constexpr const char * | tvm::attr::kGlobalSymbol = "global_symbol" |
| Global linker symbol of the function in generated code. More... | |
Function nodes.
1.8.13