Searched refs:exported_filename (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph_test.py | 663 def _testScopedExportWithQueue(self, test_dir, exported_filename): argument 675 filename=os.path.join(test_dir, exported_filename), 681 def _testScopedImportWithQueue(self, test_dir, exported_filename, argument 685 os.path.join(test_dir, exported_filename),
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2478 def _testScopedSave(self, test_dir, exported_filename, ckpt_filename): argument 2545 filename=os.path.join(test_dir, exported_filename), 2555 def _testScopedRestore(self, test_dir, exported_filename, argument 2563 os.path.join(test_dir, exported_filename),
|