Home
last modified time | relevance | path

Searched refs:exported_filename (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py663 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/
Dsaver_test.py2478 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),