Home
last modified time | relevance | path

Searched defs:from_layout (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/tensor_layout/
Dtensor_redistribution_test.cc66 TensorLayout from_layout; in TEST_F() local
119 TensorLayout from_layout; in TEST_F() local
171 TensorLayout from_layout; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc36 auto from_layout = from.LayoutForRedistribution(); in MakeFromToLayout() local
823 TensorLayout from_layout; in InferTensorRedistributionOperatorList() local
940 Status TensorRedistribution::InferReshape(const TensorLayout &from_layout, const TensorLayout &to_l… in InferReshape()
1031 Status TensorRedistribution::InferRedistribution(const TensorLayout &from_layout, const TensorLayou… in InferRedistribution()
Dtensor_redistribution.h85 TensorLayout from_layout() const { return this->from_; } in from_layout() function
Dtensor_transform.cc174 TensorLayout from_layout; in TransformOperators() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/
D_tensor.py342 def _transform_tensor_by_layout(from_layout, to_layout, device_list, rank_id): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.cc330 bool SpecialPatternInTransformer(const TensorLayout &from_layout, const TensorLayout &to_layout) { in SpecialPatternInTransformer()
357 bool SkipTensorRedistribution(const TensorLayout &from_layout, const TensorLayout &to_layout) { in SkipTensorRedistribution()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_utils.cc359 TensorLayout from_layout = tensor_redistribution->layout_transfer().from_in(); in MatchingAccordingToIndex() local