Home
last modified time | relevance | path

Searched defs:new_from_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.cc357 Shape new_from_shape(from_in.tensor_shape().array()); in AssembleStaticTensorShape() local