Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/
Dspec_visualizer.py404 DumpExample=VisualizeModel, example_fd=fd,
Dvts_generator.py333 DumpExample=DumpCtsExample, example_fd=example_fd,
Dtest_generator.py1006 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)
Dcts_generator.py300 DumpExample=DumpCtsExample, example_fd=example_fd,