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