Home
last modified time | relevance | path

Searched refs:get_max_value (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Ddropout_gen_mask.cc121 auto shape_max = shape_abstract->get_max_value(); in InferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_filter.cc77 auto shape_max_value = abstract_tensor->get_max_value(); in Conv2DBackpropFilterInferShape()
Dconv2d_backprop_input.cc106 auto shape_max_value = abstract_tensor->get_max_value(); in Conv2DBackpropInputInferShape()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h330 const ValuePtr &get_max_value() const { return max_value_; } in get_max_value() function
Dabstract_value.cc628 clone->set_value_range(get_min_value(), get_max_value()); in Clone()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc420 auto max_value = arg_tensor->get_max_value(); in ConvertAbstractTensorToPython()