|
tvm
|
#include <async_structs.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tirx.CopyPipeline", CopyPipelineNode, PipelineNode) | |
Public Member Functions inherited from tvm::tirx::PipelineNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("tirx.Pipeline", PipelineNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Static Public Member Functions inherited from tvm::tirx::PipelineNode | |
| static void | RegisterReflection () |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Static Public Attributes inherited from tvm::tirx::PipelineNode | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Additional Inherited Members | |
Public Attributes inherited from tvm::tirx::PipelineNode | |
| ExecScope | thread_scope |
| The thread scope of this pipeline. More... | |
| size_t | depth |
| The pipeline depth. More... | |
| bool | separate_pc |
| Whether to separate producer and consumer threads. More... | |
| ffi::String | name_hint |
| The name hint of the pipeline. More... | |
| ffi::Map< ffi::String, tvm::tirx::Buffer > | workspace |
| The workspace of the pipeline. More... | |
| ffi::Map< ffi::String, ffi::Any > | schedule_config |
| The schedule config of the pipeline. More... | |
|
inlinestatic |
| tvm::tirx::CopyPipelineNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tirx.CopyPipeline" | , |
| CopyPipelineNode | , | ||
| PipelineNode | |||
| ) |
|
staticconstexpr |