Searched refs:param_shp_min (Results 1 – 2 of 2) sorted by relevance
70 ShapeVector param_shp_min = (param_dyn) ? params->shape()->min_shape() : params->shape()->shape(); in GatherInfer() local91 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in GatherInfer()
609 ShapeVector param_shp_min = (param_dyn) ? params->shape()->min_shape() : params->shape()->shape(); in InferImplGatherV2() local630 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in InferImplGatherV2()