Searched refs:out_min_shape (Results 1 – 2 of 2) sorted by relevance
96 ShapeVector out_min_shape = {}; in InferShape() local112 out_min_shape.push_back(1); in InferShape()118 out_min_shape.push_back(1); in InferShape()124 out_min_shape.push_back(1); in InferShape()128 return std::make_shared<abstract::Shape>(out_shape, out_min_shape, out_max_shape); in InferShape()
133 ShapeVector out_min_shape = CalDynamicOutputShape(min_value); in InferShape() local137 return std::make_shared<abstract::Shape>(any_shape, out_min_shape, out_max_shape); in InferShape()