Home
last modified time | relevance | path

Searched refs:tf_max (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dcuda_kernel_helper.h50 __host__ __device__ inline const T& tf_max(const T& x, const T& y) { in tf_max() function
61 __host__ __device__ inline float tf_max(float x, float y) { in tf_max() function
64 __host__ __device__ inline double tf_max(double x, double y) { in tf_max() function
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.cu.cc791 tf_max<int>(0, (in_row - filter_height + pad_height + stride) / stride); in DepthwiseConv2dBackpropInputGPUKernelNHWC()
795 tf_max(0, (in_col - filter_width + pad_width + stride) / stride); in DepthwiseConv2dBackpropInputGPUKernelNHWC()
865 tf_max<int>(0, (in_row - filter_height + pad_height + stride) / stride); in DepthwiseConv2dBackpropInputGPUKernelNCHW()
869 tf_max(0, (in_col - filter_width + pad_width + stride) / stride); in DepthwiseConv2dBackpropInputGPUKernelNCHW()
/external/libopus/celt/
Dcelt_encoder.c237 opus_val16 tf_max; in transient_analysis() local
392 tf_max = MAX16(0,celt_sqrt(27*mask_metric)-42); in transient_analysis()
394 …*tf_estimate = celt_sqrt(MAX32(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONS… in transient_analysis()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py1685 tf_min, tf_max = sess.run([omin, omax])
1687 self.assertAllEqual(np_max, tf_max)