Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_functools.py2056 self.get_ops = []
2059 self.get_ops.append(key)
2078 self.assertEqual(td.get_ops, [])
2083 self.assertEqual(td.get_ops, [])
2090 self.assertEqual(td.get_ops, [list, dict])
2093 self.assertEqual(td.get_ops, [list, dict])
2097 self.assertEqual(td.get_ops, [list, dict])
2103 self.assertEqual(td.get_ops, [list, dict])
2113 self.assertEqual(td.get_ops, [list, dict, dict, list])
2119 self.assertEqual(td.get_ops, [list, dict, dict, list])
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Ddataset_serialization_test_base.py521 def get_ops(): function
533 init_op, get_next_op, saver = get_ops()