Searched refs:get_max_value (Results 1 – 6 of 6) sorted by relevance
121 auto shape_max = shape_abstract->get_max_value(); in InferShape()
77 auto shape_max_value = abstract_tensor->get_max_value(); in Conv2DBackpropFilterInferShape()
106 auto shape_max_value = abstract_tensor->get_max_value(); in Conv2DBackpropInputInferShape()
330 const ValuePtr &get_max_value() const { return max_value_; } in get_max_value() function
628 clone->set_value_range(get_min_value(), get_max_value()); in Clone()
420 auto max_value = arg_tensor->get_max_value(); in ConvertAbstractTensorToPython()