Home
last modified time | relevance | path

Searched defs:tf_max (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h149 __host__ __device__ inline const T& tf_max(const T& x, const T& y) { in tf_max() function
160 __host__ __device__ inline float tf_max(float x, float y) { in tf_max() function
163 __host__ __device__ inline double tf_max(double x, double y) { in tf_max() function
/external/libopus/celt/
Dcelt_encoder.c237 opus_val16 tf_max; in transient_analysis() local