Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dgather.cc72 …ShapeVector indices_shp_min = (ind_dyn) ? indices->shape()->min_shape() : indices->shape()->shape(… in GatherInfer() local
91 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in GatherInfer()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc611 …ShapeVector indices_shp_min = (ind_dyn) ? indices->shape()->min_shape() : indices->shape()->shape(… in InferImplGatherV2() local
630 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in InferImplGatherV2()