Searched defs:max_input (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_activation_ops.cc | 36 const float max_input = context->input(2).flat<float>()(0); in Compute() local 69 const float max_input = context->input(2).flat<float>()(0); in Compute() local
|
D | quantized_pooling_ops.cc | 64 const float max_input = context->input(2).flat<float>()(0); in Compute() local 116 const float max_input = context->input(2).flat<float>()(0); in Compute() local
|
D | quantization_utils.h | 218 inline T2 RequantizeInNewRange(T1 input, float min_input, float max_input, in RequantizeInNewRange() 226 float min_input, float max_input, in RequantizeManyInNewRange() 240 float min_input, float max_input, in RequantizeManyInNewRangeReference() 286 const quint8* input, int64 count, float min_input, float max_input, in RequantizeManyInNewRange8To32BitReference() 312 float min_input, float max_input, in RequantizeManyInNewRangeNeon() 671 float max_input, float min_output, float max_output, Tensor* output) { in RequantizeManyInNewRangeUsingEigen()
|
D | mkl_conv_ops.cc | 1542 const float max_input = in Compute() local 1592 const float max_input = in ExtendConvFwdParams() local 1632 const float max_input = in GetBiasHandle() local 1806 const float max_input = in AllocateOutputTensor() local
|
D | quantized_conv_ops.cc | 500 const float max_input = context->input(3).flat<float>()(0); in Compute() local
|
D | mkl_avgpooling_op.cc | 540 const float max_input = max_input_t.flat<float>()(0); in Compute() local
|
D | mkl_maxpooling_op.cc | 617 const float max_input = max_input_t.flat<float>()(0); in Compute() local
|
/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
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | freeze_requantization_ranges_test.cc | 134 const string& max_input = in TestFreezeRequantizationRanges() local
|
D | fuse_quantized_convolution.cc | 172 const float max_input = in FuseQuantizedConvolutionAndRequantize() local
|
/external/libpng/contrib/tools/ |
D | makesRGB.c | 40 static const unsigned int max_input = 255*65535; variable
|
/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
|
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
|