Searched refs:output_dim_bounds (Results 1 – 1 of 1) sorted by relevance
3395 std::vector<int64> output_dim_bounds; in InferGatherShape() local3396 output_dim_bounds.reserve(result_rank); in InferGatherShape()3435 output_dim_bounds.push_back(current_bound); in InferGatherShape()3438 return ShapeUtil::MakeShape(input_shape.element_type(), output_dim_bounds, in InferGatherShape()