HomeSort by relevance Sort by last modified time
    Searched refs:total_min (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_bias_add_op.cc 64 float total_min; variable
72 bias_max, &total_min, &total_max);
76 bias_min, bias_max, total_min, total_max,
81 input_max, bias, bias_min, bias_max, output, &total_min, &total_max);
86 output_min->flat<float>()(0) = total_min;
quantization_utils.h     [all...]
  /external/adhd/cras/src/server/
cras_alsa_mixer.c 1009 long total_min = 0; local
1014 total_min += c->min_volume_dB;
1017 total_min += mixer_input->min_volume_dB;
1019 return total_min;
  /external/python/cpython2/Modules/
cdmodule.c 103 status.total_min, status.total_sec, status.total_frame,
129 info.total_min, info.total_sec, info.total_frame);

Completed in 331 milliseconds