Searched refs:total_max (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_bias_add_op.cc | 65 float total_max; in Compute() local 72 bias_max, &total_min, &total_max); in Compute() 76 bias_min, bias_max, total_min, total_max, in Compute() 81 input_max, bias, bias_min, bias_max, output, &total_min, &total_max); in Compute() 90 output_max->flat<float>()(0) = total_max; in Compute()
|
D | quantization_utils.h | 873 float total_max = *output_max; in QuantizedAdd() local 886 input_value, input_min, input_max, total_min, total_max); in QuantizedAdd() 890 smaller_input_max, total_min, total_max); in QuantizedAdd()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_mixer.c | 1029 long total_max = 0; in cras_alsa_mixer_get_maximum_capture_gain() local 1034 total_max += c->max_volume_dB; in cras_alsa_mixer_get_maximum_capture_gain() 1038 total_max += mixer_input->max_volume_dB; in cras_alsa_mixer_get_maximum_capture_gain() 1040 return total_max; in cras_alsa_mixer_get_maximum_capture_gain()
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 845 FT_Long total_max = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local 848 if ( total_max > 0 ) in ft_mem_debug_init() 851 table->alloc_total_max = total_max; in ft_mem_debug_init()
|