|
tvm
|
Describes how data is distributed in one dimension of the device mesh. More...
#include <type.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO ("relax.distributed.PlacementSpec", PlacementSpecNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| int | axis |
| If the kind is sharding, this value represents the tensor dimension to shard. otherwise, axis is -1. | |
| PlacementSpecKind | kind |
| The kind of placement spec. Possible values: kSharding and kReplica. | |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindConstTreeNode |
Describes how data is distributed in one dimension of the device mesh.
| tvm::relax::distributed::PlacementSpecNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "relax.distributed.PlacementSpec" | , |
| PlacementSpecNode | , | ||
| ffi::Object | |||
| ) |
|
staticconstexpr |
| int tvm::relax::distributed::PlacementSpecNode::axis |
If the kind is sharding, this value represents the tensor dimension to shard. otherwise, axis is -1.
| PlacementSpecKind tvm::relax::distributed::PlacementSpecNode::kind |
The kind of placement spec. Possible values: kSharding and kReplica.