Home
last modified time | relevance | path

Searched defs:new_to_shape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dlayout_utils.cc108 void UnifyFromAndToShape(Shape *new_from_shape, Shape *new_to_shape, const TensorLayout &from_in, in UnifyFromAndToShape()
Dtensor_redistribution.cc373 Shape new_to_shape(to_in_factors.GetDimSize(), 1); in AssembleStaticTensorShape() local