Searched refs:v_max (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_hue_op.cc | 93 float* v_max) { in rgb_to_hv_range() argument 103 *v_max = g; in rgb_to_hv_range() 109 *v_max = b; in rgb_to_hv_range() 115 *v_max = g; in rgb_to_hv_range() 124 *v_max = r; in rgb_to_hv_range() 130 *v_max = b; in rgb_to_hv_range() 136 *v_max = r; in rgb_to_hv_range() 142 if (*v_max == *v_min) { in rgb_to_hv_range() 146 auto ratio = (v_mid - *v_min) / (*v_max - *v_min); in rgb_to_hv_range() 152 static void hv_range_to_rgb(float h, float v_min, float v_max, float* r, in hv_range_to_rgb() argument [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | dequantize_op_test.py | 48 v_max = np.iinfo(type_dict[dtype]).max 51 self.assertTrue(max_range <= v_max) 52 type_range = v_max - v_min
|
/external/skqp/tools/skqp/ |
D | README_ALGORITHM.md | 31 v_max = get_color(pixel_max, color_channel) 34 if value > v_max: 35 channel_error = value - v_max
|
/external/skia/tools/skqp/ |
D | README_ALGORITHM.md | 31 v_max = get_color(pixel_max, color_channel) 34 if value > v_max: 35 channel_error = value - v_max
|
/external/webrtc/talk/media/base/ |
D | fakevideorenderer.h | 114 uint8_t v_max, in CheckFrameColorYuv() argument 150 if (v_value < v_min || v_value > v_max) { in CheckFrameColorYuv()
|
/external/u-boot/common/ |
D | lcd.c | 112 ushort v_max = panel_info.vl_row; in test_pattern() local 114 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern() 124 h_max, v_max, h_step, v_step); in test_pattern() 126 for (v = 0; v < v_max; ++v) { in test_pattern()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt | 56 name: "v_max"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2421 …', \'t_min\', \'t_max\', \'m\', \'m_min\', \'m_max\', \'v\', \'v_min\', \'v_max\', \'beta\', \'bet…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2421 …', \'t_min\', \'t_max\', \'m\', \'m_min\', \'m_max\', \'v\', \'v_min\', \'v_max\', \'beta\', \'bet…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 7865 …f.Output, m_min tf.Output, m_max tf.Output, v tf.Output, v_min tf.Output, v_max tf.Output, beta tf… 7873 …t, t_min, t_max, m, m_min, m_max, v, v_min, v_max, beta, beta_min, beta_max, gamma, gamma_min, gam…
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 21036 name: "v_max"
|
D | ops_history.v2.pbtxt | 46348 name: "v_max" 46457 name: "v_max"
|
D | ops_history.v1.pbtxt | 46931 name: "v_max" 47040 name: "v_max"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 23828 name: "v_max"
|