Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dexample_generator.py45 def InitializeFiles(example_fd): argument
54 if example_fd is not None:
55 print(fileHeader.format(spec_file=specFileBase), file=example_fd)
151 def DumpExample(example, example_fd): argument
170 ), file=example_fd)
H A Dtest_generator.py1084 DumpExample=None, example_fd=None, argument
1088 example.Dump(DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd)
1204 def Dump(self, DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd): argument
1235 if DumpExample is not None and example_fd is not None:
1236 DumpExample(self, example_fd)
1407 InitializeFiles(example_fd=example_buf)
1408 Example.DumpAllExamples(DumpExample=DumpExample, example_fd=example_buf)
H A Dspec_visualizer.py258 Example.DumpAllExamples(DumpExample=ProcessExample, example_fd=0)