Home
last modified time | relevance | path

Searched defs:mesh_shape (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtopology.py47 def __init__(self, serialized=None, mesh_shape=None, device_coordinates=None): argument
154 def mesh_shape(self): member in Topology
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/tpu/
H A Dtopology.proto31 repeated int32 mesh_shape = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dtpu_rewrite_device_util_test.cc115 std::string TopologyWithMeshShape(llvm::ArrayRef<int> mesh_shape) { in TopologyWithMeshShape()
121 std::string TopologyWithMeshShapeAndTasks(llvm::ArrayRef<int> mesh_shape, in TopologyWithMeshShapeAndTasks()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_util.cc102 std::vector<int64_t> mesh_shape; in CreateModuleConfig() local
H A Dhlo_module_config.h175 void set_auto_spmd_partitioning_mesh_shape(std::vector<int64_t> mesh_shape) { in set_auto_spmd_partitioning_mesh_shape()
H A Dhlo_module.cc540 std::vector<int64_t> mesh_shape; in CreateModuleConfigFromShape() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.cc88 std::vector<int64_t> mesh_shape) { in set_auto_spmd_partitioning_mesh_shape()
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_op_schema.py149 def mesh_shape(self): member in OpStrategy
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc510 std::vector<int64_t> mesh_shape(mesh_shape_span.begin(), in FromC() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dspmd_expander_common.cc504 std::vector<int32> mesh_shape(mesh->rank()); in GetMeshCoordinatesFromCluster() local