Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_kernel_helper.h47 __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/
Ddepthwise_conv_op_gpu.h848 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/
Dcwise_ops_test.py580 tf_min, tf_max = self.evaluate([omin, omax])
581 self.assertAllEqual(np_min, tf_min)