HomeSort by relevance Sort by last modified time
    Searched defs:tf_max (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper.h 50 __host__ __device__ inline const T& tf_max(const T& x, const T& y) { function in namespace:tensorflow
61 __host__ __device__ inline float tf_max(float x, float y) { function in namespace:tensorflow
64 __host__ __device__ inline double tf_max(double x, double y) { function in namespace:tensorflow
  /external/libopus/celt/
celt_encoder.c 237 opus_val16 tf_max; local
392 tf_max = MAX16(0,celt_sqrt(27*mask_metric)-42);
393 /* *tf_estimate = 1 + MIN16(1, sqrt(MAX16(0, tf_max-30))/20); */
394 *tf_estimate = celt_sqrt(MAX32(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONST32(0.139,28)));
395 /*printf("%d %f\n", tf_max, mask_metric);*/
400 /*printf("%d %f %d\n", is_transient, (float)*tf_estimate, tf_max);*/
    [all...]

Completed in 314 milliseconds