Searched refs:DumpExample (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/tools/test_generator/ |
D | spec_visualizer.py | 404 DumpExample=VisualizeModel, example_fd=fd,
|
D | vts_generator.py | 333 DumpExample=DumpCtsExample, example_fd=example_fd,
|
D | test_generator.py | 1006 DumpExample=None, example_fd=None, argument 1010 example.Dump(DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd) 1131 def Dump(self, DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd): argument 1149 if DumpExample is not None and example_fd is not None: 1150 DumpExample(self, example_fd)
|
D | cts_generator.py | 300 DumpExample=DumpCtsExample, example_fd=example_fd,
|