tvm
|
Describes how data is distributed in each dimension of the device mesh. More...
#include <struct_info.h>
Public Member Functions | |
ffi::String | ToString () const |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.distributed.Placement", PlacementNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
ffi::Array< PlacementSpec > | dim_specs |
specs for each dim of device mesh. More... | |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindConstTreeNode |
Describes how data is distributed in each dimension of the device mesh.
|
inlinestatic |
ffi::String tvm::relax::distributed::PlacementNode::ToString | ( | ) | const |
tvm::relax::distributed::PlacementNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "relax.distributed.Placement" | , |
PlacementNode | , | ||
Object | |||
) |
|
staticconstexpr |
ffi::Array<PlacementSpec> tvm::relax::distributed::PlacementNode::dim_specs |
specs for each dim of device mesh.