Searched refs:tf_max (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | cuda_kernel_helper.h | 52 __host__ __device__ inline const T& tf_max(const T& x, const T& y) { in tf_max() function 63 __host__ __device__ inline float tf_max(float x, float y) { in tf_max() function 66 __host__ __device__ inline double tf_max(double x, double y) { in tf_max() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 846 tf_max<int>(0, (in_row - filter_height + pad_height + stride) / stride); 850 tf_max(0, (in_col - filter_width + pad_width + stride) / stride); 920 tf_max<int>(0, (in_row - filter_height + pad_height + stride) / stride); 924 tf_max(0, (in_col - filter_width + pad_width + stride) / stride);
|
/external/libopus/celt/ |
D | celt_encoder.c | 237 opus_val16 tf_max; in transient_analysis() local 398 tf_max = MAX16(0,celt_sqrt(27*mask_metric)-42); in transient_analysis() 400 …*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/eager/ |
D | backprop_test.py | 1281 tf_max = max_pooling3d( 1283 tf_da = gradients.gradients(tf_max, [tf_aa])
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_test.py | 580 tf_min, tf_max = self.evaluate([omin, omax]) 582 self.assertAllEqual(np_max, tf_max)
|