Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops_test.py621 def numpySafeTruncateDivInt(self, x, y): member in DivAndModTest
629 z = self.numpySafeTruncateDivInt(x, y)
685 np_result = self.numpySafeTruncateDivInt(nums, divs)
803 np_truncate_div = self.numpySafeTruncateDivInt(x, y)