/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct4x4_add_sse2.c | 105 __m128i max_input, min_input; in vpx_highbd_idct4x4_16_add_sse2() local 107 max_input = _mm_max_epi16(io_short[0], io_short[1]); in vpx_highbd_idct4x4_16_add_sse2() 109 max_input = _mm_max_epi16(max_input, _mm_srli_si128(max_input, 8)); in vpx_highbd_idct4x4_16_add_sse2() 111 max_input = _mm_max_epi16(max_input, _mm_srli_si128(max_input, 4)); in vpx_highbd_idct4x4_16_add_sse2() 113 max_input = _mm_max_epi16(max_input, _mm_srli_si128(max_input, 2)); in vpx_highbd_idct4x4_16_add_sse2() 115 max = _mm_extract_epi16(max_input, 0); in vpx_highbd_idct4x4_16_add_sse2()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_activation_ops.cc | 36 const float max_input = context->input(2).flat<float>()(0); in Compute() local 40 const T min_as_quantized = FloatToQuantized<T>(0.0f, min_input, max_input); in Compute() 56 output_max->flat<float>()(0) = max_input; in Compute() 69 const float max_input = context->input(2).flat<float>()(0); in Compute() local 73 const T min_as_quantized = FloatToQuantized<T>(0.0f, min_input, max_input); in Compute() 74 const T max_as_quantized = FloatToQuantized<T>(6.0f, min_input, max_input); in Compute() 94 output_max->flat<float>()(0) = max_input; in Compute()
|
D | quantization_utils.h | 218 inline T2 RequantizeInNewRange(T1 input, float min_input, float max_input, in RequantizeInNewRange() argument 220 const float input_float = QuantizedToFloat<T1>(input, min_input, max_input); in RequantizeInNewRange() 226 float min_input, float max_input, in RequantizeManyInNewRange() argument 231 QuantizedToFloat<T1>(input[index], min_input, max_input); in RequantizeManyInNewRange() 240 float min_input, float max_input, in RequantizeManyInNewRangeReference() argument 247 const float input_range = max_input - min_input; in RequantizeManyInNewRangeReference() 251 const float input_rezero = (min_input + max_input) / 2.0; in RequantizeManyInNewRangeReference() 286 const quint8* input, int64 count, float min_input, float max_input, in RequantizeManyInNewRange8To32BitReference() argument 288 const float code_0_float = QuantizedToFloat<quint8>(0, min_input, max_input); in RequantizeManyInNewRange8To32BitReference() 289 const float code_1_float = QuantizedToFloat<quint8>(1, min_input, max_input); in RequantizeManyInNewRange8To32BitReference() [all …]
|
D | quantized_pooling_ops.cc | 64 const float max_input = context->input(2).flat<float>()(0); in Compute() local 99 output_max->flat<float>()(0) = max_input; in Compute() 116 const float max_input = context->input(2).flat<float>()(0); in Compute() local 123 output_max->flat<float>()(0) = max_input; in Compute()
|
D | quantized_conv_ops.cc | 500 const float max_input = context->input(3).flat<float>()(0); in Compute() local 504 FloatToQuantizedUnclamped<T1>(0.0f, min_input, max_input); in Compute() 570 min_input, max_input, min_filter, max_filter, &min_output_value, in Compute()
|
D | mkl_conv_ops.cc | 1542 const float max_input = in Compute() local 1560 min_input, max_input, min_filter, max_filter, &min_output_value, in Compute() 1592 const float max_input = in ExtendConvFwdParams() local 1606 min_input, max_input, min_filter, max_filter, &min_output_value, in ExtendConvFwdParams() 1632 const float max_input = in GetBiasHandle() local 1648 (std::max(std::abs(max_input), std::abs(min_input)) * in GetBiasHandle() 1806 const float max_input = in AllocateOutputTensor() local 1814 (std::max(std::abs(max_input), std::abs(min_input)) * in AllocateOutputTensor()
|
D | mkl_avgpooling_op.cc | 540 const float max_input = max_input_t.flat<float>()(0); in Compute() local 552 output_max->flat<float>()(0) = max_input; in Compute()
|
D | mkl_maxpooling_op.cc | 617 const float max_input = max_input_t.flat<float>()(0); in Compute() local 629 output_max->flat<float>()(0) = max_input; in Compute()
|
/external/libpng/contrib/tools/ |
D | makesRGB.c | 40 static const unsigned int max_input = 255*65535; variable 45 return sRGB_from_linear(l/max_input); in fsRGB() 306 for (i=0; i <= max_input; ++i) in main() 385 min_error, max_error, error_count, (100.*error_count)/max_input); in main()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | freeze_requantization_ranges_test.cc | 134 const string& max_input = in TestFreezeRequantizationRanges() local 136 ASSERT_EQ(1, node_map.count(max_input)); in TestFreezeRequantizationRanges() 137 EXPECT_EQ("Const", node_map.at(max_input)->op()); in TestFreezeRequantizationRanges()
|
D | fuse_quantized_convolution.cc | 172 const float max_input = in FuseQuantizedConvolutionAndRequantize() local 195 (std::max(std::abs(max_input), std::abs(min_input)) * in FuseQuantizedConvolutionAndRequantize()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedBiasAdd.pbtxt | 16 name: "max_input"
|
D | api_def_QuantizedAvgPool.pbtxt | 16 name: "max_input"
|
D | api_def_QuantizedMaxPool.pbtxt | 16 name: "max_input"
|
D | api_def_QuantizedConv2D.pbtxt | 16 name: "max_input"
|
/external/tensorflow/tensorflow/python/ops/ |
D | quantized_conv_ops_test.py | 73 max_input=x1_max,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nn.pbtxt | 297 …argspec: "args=[\'input\', \'min_input\', \'max_input\', \'ksize\', \'strides\', \'padding\', \'na… 301 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 305 …argspec: "args=[\'input\', \'min_input\', \'max_input\', \'ksize\', \'strides\', \'padding\', \'na…
|
D | tensorflow.raw_ops.pbtxt | 2417 …argspec: "args=[\'input\', \'min_input\', \'max_input\', \'ksize\', \'strides\', \'padding\', \'na… 2425 …argspec: "args=[\'input\', \'bias\', \'min_input\', \'max_input\', \'min_bias\', \'max_bias\', \'o… 2433 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2437 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2441 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2445 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2449 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2453 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2457 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2461 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… [all …]
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 349 const float32x4_t max_input = vdupq_n_f32(129.f); in vpowq_f32() local 351 const float32x4_t x_min = vminq_f32(b_log2_a, max_input); in vpowq_f32()
|
D | aec_core_sse2.c | 330 static const ALIGN16_BEG float max_input[4] ALIGN16_END = {129.f, 129.f, in mm_pow_ps() local 334 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input)); in mm_pow_ps()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2417 …argspec: "args=[\'input\', \'min_input\', \'max_input\', \'ksize\', \'strides\', \'padding\', \'na… 2425 …argspec: "args=[\'input\', \'bias\', \'min_input\', \'max_input\', \'min_bias\', \'max_bias\', \'o… 2433 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2437 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2441 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2445 …argspec: "args=[\'input\', \'filter\', \'min_input\', \'max_input\', \'min_filter\', \'max_filter\… 2449 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2453 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2457 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… 2461 …argspec: "args=[\'input\', \'filter\', \'bias\', \'min_input\', \'max_input\', \'min_filter\', \'m… [all …]
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 46208 name: "max_input" 46266 name: "max_input" 46546 name: "max_input" 46624 name: "max_input" 46746 name: "max_input" 46841 name: "max_input" 46948 name: "max_input" 47055 name: "max_input" 47162 name: "max_input" 47277 name: "max_input" [all …]
|
D | ops_history.v1.pbtxt | 46791 name: "max_input" 46849 name: "max_input" 47129 name: "max_input" 47207 name: "max_input" 47329 name: "max_input" 47424 name: "max_input" 47531 name: "max_input" 47638 name: "max_input" 47745 name: "max_input" 47860 name: "max_input" [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 23746 name: "max_input" 23917 name: "max_input" 24039 name: "max_input" 24146 name: "max_input" 24261 name: "max_input" 24384 name: "max_input" 24511 name: "max_input" 24630 name: "max_input" 24749 name: "max_input" 24886 name: "max_input" [all …]
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 7895 func QuantizedBiasAdd(scope *Scope, input tf.Output, bias tf.Output, min_input tf.Output, max_input… 7903 input, bias, min_input, max_input, min_bias, max_bias, 7924 func QuantizedAvgPool(scope *Scope, input tf.Output, min_input tf.Output, max_input tf.Output, ksiz… 7932 input, min_input, max_input, 25430 func QuantizedMaxPool(scope *Scope, input tf.Output, min_input tf.Output, max_input tf.Output, ksiz… 25438 input, min_input, max_input, 28005 …D(scope *Scope, input tf.Output, filter tf.Output, min_input tf.Output, max_input tf.Output, min_f… 28016 input, filter, min_input, max_input, min_filter, max_filter,
|