Home
last modified time | relevance | path

Searched refs:min_shp (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc737 ShapeVector min_shp; in InferImplTranspose() local
745 min_shp.push_back(x_min_shp[idx]); in InferImplTranspose()
747 …ke_shared<AbstractTensor>(input->element(), std::make_shared<Shape>(result_shp, min_shp, max_shp)); in InferImplTranspose()