Home
last modified time | relevance | path

Searched defs:out_tensor_shape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/tensor_layout/
Dreshape_layout_transfer_test.cc58 Arrangement out_tensor_shape; in InferUnifiedLayout() local
90 const TensorShape &out_tensor_shape, in InferUnifiedLayoutCheck()
114 const TensorShape &out_tensor_shape) { in ValidUnifiedLayoutCheck()
135 TensorShape out_tensor_shape = {128, 4096}; in TEST_F() local
150 TensorShape out_tensor_shape = {128, 4096}; in TEST_F() local
165 TensorShape out_tensor_shape = {128, 4096}; in TEST_F() local
174 TensorShape out_tensor_shape = {128, 4096}; in TEST_F() local
183 TensorShape out_tensor_shape = {2, 4}; in TEST_F() local
192 TensorShape out_tensor_shape = {2, 2, 8}; in TEST_F() local
201 TensorShape out_tensor_shape = {2, 2}; in TEST_F() local
[all …]
Dtensor_redistribution_test.cc79 Arrangement out_tensor_shape; in TEST_F() local
132 Arrangement out_tensor_shape; in TEST_F() local
185 Arrangement out_tensor_shape; in TEST_F() local
Dutil_layout_gen_test.cc268 … const TensorMap &out_tensor_map, const TensorShape &out_tensor_shape) { in LayoutTransferValidLayoutChangeCheck()
319 const TensorMap &out_tensor_map, const TensorShape &out_tensor_shape) { in ValidLayoutChangeCheck()
Dredistribution_layout_transfer_test.cc257 TensorShape out_tensor_shape = std::get<2>(layout_list[out]); in ValidRedistributionLayoutCheckAll() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/format_pass/
Dpass_utils.cc139 auto out_tensor_shape = out_tensor->shape(); in InsertPostTranspose() local