Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dgather.cc82 …auto calc_shape = [axis_val](const ShapeVector &ind_vec, const ShapeVector &params_vec) -> ShapeVe… in GatherInfer() local
89 ShapeVector out_shape = calc_shape(indices_shp, params_shp); in GatherInfer()
91 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in GatherInfer()
92 ShapeVector max_shape = calc_shape(indices_shp_max, param_shp_max); in GatherInfer()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc621 …auto calc_shape = [axis_val](const ShapeVector &ind_vec, const ShapeVector &params_vec) -> ShapeVe… in InferImplGatherV2() local
628 ShapeVector out_shape = calc_shape(indices_shp, params_shp); in InferImplGatherV2()
630 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in InferImplGatherV2()
631 ShapeVector max_shape = calc_shape(indices_shp_max, param_shp_max); in InferImplGatherV2()