Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Ddropout_gen_mask.cc126 auto shape_min = shape_abstract->get_min_value(); in InferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_filter.cc78 auto shape_min_value = abstract_tensor->get_min_value(); in Conv2DBackpropFilterInferShape()
Dconv2d_backprop_input.cc107 auto shape_min_value = abstract_tensor->get_min_value(); in Conv2DBackpropInputInferShape()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h329 const ValuePtr &get_min_value() const { return min_value_; } in get_min_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.cc419 auto min_value = arg_tensor->get_min_value(); in ConvertAbstractTensorToPython()