Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dgather.cc71 ShapeVector param_shp_max = (param_dyn) ? params->shape()->max_shape() : params->shape()->shape(); in GatherInfer() local
92 ShapeVector max_shape = calc_shape(indices_shp_max, param_shp_max); in GatherInfer()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc610 ShapeVector param_shp_max = (param_dyn) ? params->shape()->max_shape() : params->shape()->shape(); in InferImplGatherV2() local
631 ShapeVector max_shape = calc_shape(indices_shp_max, param_shp_max); in InferImplGatherV2()