Searched refs:timeline_file (Results 1 – 3 of 3) sorted by relevance
156 string timeline_file = io::JoinPath(testing::TmpDir(), "timeline"); in TEST_F() local157 opts2.output_options["outfile"] = timeline_file; in TEST_F()160 TF_CHECK_OK(ReadFileToString(Env::Default(), timeline_file + "_0", &s)); in TEST_F()
402 def with_timeline_output(self, timeline_file): argument404 self._options['output'] = 'timeline:outfile=%s' % timeline_file
91 argspec: "args=[\'self\', \'timeline_file\'], varargs=None, keywords=None, defaults=None"