Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/
Dslicing.py113 def dump_example(self, example_file): argument
126 print (alias_def.format(**op), file=example_file)
127 Example.py_dump(example_file, override, self.__referenced_operands)
172 with SmartOpen(example) as example_file:
173 s.dump_example(example_file)
Dvts_generator.py317 example_file=re.sub(pathRegex, "", tg.FileNames.exampleFile),
Dcts_generator.py116 example_file=re.sub(pathRegex, "", tg.FileNames.exampleFile),
Dtest_generator.py1183 def py_dump(example_file, override, referenced): argument
1194 print ('# Begin of an example', file = example_file)
1209 print (example_template.format(**example_contents), file = example_file)