Home
last modified time | relevance | path

Searched refs:tf_min (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h144 __host__ __device__ inline const T& tf_min(const T& x, const T& y) { in tf_min() function
154 __host__ __device__ inline float tf_min(float x, float y) { in tf_min() function
157 __host__ __device__ inline double tf_min(double x, double y) { in tf_min() function
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h839 tf_min(out_height - 1, (in_row + pad_height) / stride);
843 tf_min(out_width - 1, (in_col + pad_width) / stride);
913 tf_min(out_height - 1, (in_row + pad_height) / stride);
917 tf_min(out_width - 1, (in_col + pad_width) / stride);
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py758 tf_min, tf_max = self.evaluate([omin, omax])
759 self.assertAllEqual(np_min, tf_min)