Searched refs:tf_min (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | cuda_kernel_helper.h | 47 __host__ __device__ inline const T& tf_min(const T& x, const T& y) { in tf_min() function 57 __host__ __device__ inline float tf_min(float x, float y) { in tf_min() function 60 __host__ __device__ inline double tf_min(double x, double y) { in tf_min() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 848 tf_min(out_height - 1, (in_row + pad_height) / stride); 852 tf_min(out_width - 1, (in_col + pad_width) / stride); 922 tf_min(out_height - 1, (in_row + pad_height) / stride); 926 tf_min(out_width - 1, (in_col + pad_width) / stride);
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_test.py | 580 tf_min, tf_max = self.evaluate([omin, omax]) 581 self.assertAllEqual(np_min, tf_min)
|