Home
last modified time | relevance | path

Searched refs:opt_shard_slice_shape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/parallel/tensor_layout/
Dtensor_layout_test.cc347 ASSERT_EQ(tensor_layout.opt_shard_slice_shape(), slice_shape_expect); in TEST_F()
368 ASSERT_EQ(tensor_layout.opt_shard_slice_shape(), slice_shape_expect); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.h101 Shape opt_shard_slice_shape() { return opt_shard_slice_shape_; } in opt_shard_slice_shape() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1689 slice_shape = tensor_layout.opt_shard_slice_shape(); in SetParallelShape()