Searched refs:DumpTest (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 1123 DumpTest=None, test_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 1275 if DumpTest is not None and test_fd is not None: 1276 DumpTest(self, test_fd)
|