Searched refs:DumpExample (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/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 | 1122 DumpExample=None, example_fd=None, argument 1126 example.Dump(DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd) 1242 def Dump(self, DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd): argument 1273 if DumpExample is not None and example_fd is not None: 1274 DumpExample(self, example_fd) 1441 def Run(InitializeFiles=None, DumpExample=None): argument 1450 Example.DumpAllExamples(DumpExample=DumpExample, example_fd=example_buf)
|
D | spec_visualizer.py | 258 Example.DumpAllExamples(DumpExample=ProcessExample, example_fd=0)
|