Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc118 const Shape to_origin_shape = to_origin_.tensor_shape().array(); in Init() local
903 Shape AlignToLayoutShape(const Shape &to_origin_shape, const Shape &to_layout_shape) { in AlignToLayoutShape()