Home
last modified time | relevance | path

Searched refs:max_v (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreduce_sum.cc98 int64_t max_v; in InferShape() local
100 max_v = *max_element(input_max_shape.begin(), input_max_shape.end()); in InferShape()
102 max_v = *max_element(input_shape.begin(), input_shape.end()); in InferShape()
113 out_max_shape.push_back(max_v); in InferShape()
119 out_max_shape.push_back(max_v); in InferShape()
125 out_max_shape.push_back(max_v); in InferShape()
/third_party/boost/libs/gil/test/core/channel/
Dalgorithm_channel_convert.cpp30 channel_value_t max_v = gil::channel_convert<channel_t>(src_max_v); in from() local
33 BOOST_TEST_EQ(max_v, expect.max_v_); in from()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideodecoder.c1008 gint * max_v) in _get_int_range() argument
1017 *max_v = gst_value_get_int_range_max (value); in _get_int_range()
1025 const GValue *min_v, *max_v; in _get_fraction_range() local
1036 max_v = gst_value_get_fraction_range_max (value); in _get_fraction_range()
1037 fail_unless (GST_VALUE_HOLDS_FRACTION (max_v)); in _get_fraction_range()
1038 *fps_n_max = gst_value_get_fraction_numerator (max_v); in _get_fraction_range()
1039 *fps_d_max = gst_value_get_fraction_denominator (max_v); in _get_fraction_range()
Daudiodecoder.c742 gint * max_v) in _get_int_range() argument
751 *max_v = gst_value_get_int_range_max (value); in _get_int_range()
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/
Dprocess_data.py79 max_v = float(self.val_max_dict["val_{}".format(i + 1)])
81 return float(val) * 1.0 / max_v
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c960 int max_v = (v1 > v0) ? v1 : v0; in StoreMaxDelta() local
961 max_v = (v2 > max_v) ? v2 : max_v; in StoreMaxDelta()
962 if (max_v > dqm->max_edge_) dqm->max_edge_ = max_v; in StoreMaxDelta()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c960 int max_v = (v1 > v0) ? v1 : v0; in StoreMaxDelta() local
961 max_v = (v2 > max_v) ? v2 : max_v; in StoreMaxDelta()
962 if (max_v > dqm->max_edge_) dqm->max_edge_ = max_v; in StoreMaxDelta()
/third_party/freetype/src/autofit/
Daflatin2.c815 FT_Pos min_u, min_v, max_u, max_v; in af_latin2_hints_compute_segments() local
823 min_v = max_v = point->v; in af_latin2_hints_compute_segments()
841 if ( point->v > max_v ) in af_latin2_hints_compute_segments()
842 max_v = point->v; in af_latin2_hints_compute_segments()
855 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()
856 segment->height = (FT_Short)( max_v - min_v ); in af_latin2_hints_compute_segments()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Daflatin2.c815 FT_Pos min_u, min_v, max_u, max_v; in af_latin2_hints_compute_segments() local
823 min_v = max_v = point->v; in af_latin2_hints_compute_segments()
841 if ( point->v > max_v ) in af_latin2_hints_compute_segments()
842 max_v = point->v; in af_latin2_hints_compute_segments()
855 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()
856 segment->height = (FT_Short)( max_v - min_v ); in af_latin2_hints_compute_segments()
/third_party/ffmpeg/libavcodec/
Ddolby_e.c685 int max_v = INT_MIN; in calc_lowcomp() local
690 if (v > max_v) { in calc_lowcomp()
692 max_v = v; in calc_lowcomp()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c198 int x, y, plane, max_v = 0; in calc_combed_score() local
387 if (c_array[x] > max_v) in calc_combed_score()
388 max_v = c_array[x]; in calc_combed_score()
390 return max_v; in calc_combed_score()
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py401 max_v = max(input_shp)
404 max_v = max(input_max_shp)
413 output_max_shape = max_v * np.ones_like(input_shp)
419 output_max_shape = max_v * np.ones_like(out_shape)
425 output_max_shape = max_v * np.ones_like(input_shp)
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c590 static WEBP_INLINE int clip(int v, int min_v, int max_v) { in clip() argument
591 return (v < min_v) ? min_v : (v > max_v) ? max_v : v; in clip()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c587 static WEBP_INLINE int clip(int v, int min_v, int max_v) { in clip() argument
588 return (v < min_v) ? min_v : (v > max_v) ? max_v : v; in clip()
/third_party/ffmpeg/doc/
Dfilters.texi16665 @item max_avg, max_y, max_u, max_v