Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3163 self._assertListCloseRecursive(a_list, b_list, rtol, atol, msg)
3170 def _assertListCloseRecursive(self, a, b, rtol, atol, msg, path="value"): member in TensorFlowTestCase
3175 self._assertListCloseRecursive(a[i], b[i], rtol, atol, msg,