Searched refs:DumpExample (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | example_generator.py | 151 def DumpExample(example, example_fd): function 175 tg.Run(InitializeFiles=InitializeFiles, DumpExample=DumpExample)
|
D | test_generator.py | 1084 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) 1399 def Run(InitializeFiles=None, DumpExample=None): argument 1408 Example.DumpAllExamples(DumpExample=DumpExample, example_fd=example_buf)
|
D | spec_visualizer.py | 258 Example.DumpAllExamples(DumpExample=ProcessExample, example_fd=0)
|