Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py933 get_open_filenames = lambda: set(info[0] for info in proc.open_files()) function
940 self.assertIn(eventfile, get_open_filenames())
942 self.assertNotIn(eventfile, get_open_filenames())
950 get_open_filenames = lambda: set(info[0] for info in proc.open_files()) function
957 self.assertIn(eventfile, get_open_filenames())
959 self.assertNotIn(eventfile, get_open_filenames())