Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_test_util.py62 self.assertNestedListAlmostEqual(a_list, b_list, places, context='value')
69 def assertNestedListAlmostEqual(self, a, b, places=7, context='value'): member in RaggedTensorTestCase
74 self.assertNestedListAlmostEqual(a[i], b[i], places,