Home
last modified time | relevance | path

Searched refs:true_divide (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_binary_test.py207 self._compareBoth(x, y + 0.1, np.true_divide, math_ops.truediv)
212 self._compareBoth(x, y + 0.1, np.true_divide, _TRUEDIV)
274 self._compareBoth(x, y + 0.1, np.true_divide, math_ops.truediv)
279 self._compareBoth(x, y + 0.1, np.true_divide, _TRUEDIV)
321 self._compareBoth(x, y, np.true_divide, math_ops.truediv)
323 self._compareBoth(x, y, np.true_divide, _TRUEDIV)
332 self._compareBoth(x, y, np.true_divide, math_ops.truediv)
338 self._compareBoth(x, y, np.true_divide, _TRUEDIV)
355 self._compareBoth(x, y, np.true_divide, math_ops.truediv)
360 self._compareBoth(x, y, np.true_divide, _TRUEDIV)
[all …]
Dbasic_gpu_test.py63 self._compareGPU(x, y + 0.1, np.true_divide, math_ops.truediv)
73 self._compareGPU(x, y + 0.1, np.true_divide, math_ops.truediv)
81 self._compareGPU(x, y + 0.1, np.true_divide, math_ops.truediv)
89 self._compareGPU(x, y + 0.1, np.true_divide, math_ops.truediv)
200 self._compareGpu(x1, x2, np.true_divide, math_ops.truediv)
Dcwise_ops_test.py890 (np.true_divide, _TRUEDIV),
/external/tensorflow/tensorflow/python/eager/
Dops_test.py185 self.assertAllEqual((a / b), np.true_divide(v1, v2))
187 self.assertAllEqual((a / a), np.true_divide(v1, v1))
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py408 out_shape = np.ceil(np.true_divide(lhs_dims, window_strides)).astype(int)
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py110 def true_divide(x1, x2): # pylint: disable=missing-function-docstring function
135 return true_divide(x1, x2)
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py602 np_result = np.true_divide(nums, divs)
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt876 name: "true_divide"
/external/tensorflow/tensorflow/compiler/tests/
Dbinary_ops_test.py698 np_result = np.true_divide(nums, divs)