Home
last modified time | relevance | path

Searched defs:export_path (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexport_strategy_test.py29 def _export_fn(estimator, export_path): argument
39 def _ckpt_export_fn(estimator, export_path, checkpoint_path): argument
50 def _ckpt_eval_export_fn(estimator, export_path, checkpoint_path, argument
63 def _eval_export_fn(estimator, export_path, eval_result): argument
75 def _strip_default_attrs_export_fn(estimator, export_path, argument
Dexport_strategy.py77 export_path, argument
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle_test.cc56 Status CopyExport(const string& export_path, const string& variables_filename, in CopyExport()
139 void CheckSessionBundle(const string& export_path, in CheckSessionBundle()
164 void BasicTest(const string& export_path) { in BasicTest()
178 const string export_path = test_util::TestSrcDirPath(kExportPath); in TEST() local
185 const string export_path = test_util::TestSrcDirPath(kExportPath); in TEST() local
190 const string export_path = test_util::TestSrcDirPath(kExportPath); in TEST() local
206 const string export_path = test_util::TestSrcDirPath(kExportPath); in TEST() local
225 const string export_path = test_util::TestSrcDirPath(kExportPath); in TEST() local
249 const string export_path = test_util::TestSrcDirPath("/tmp/bigfoot"); in TEST() local
260 const string export_path = test_util::TestSrcDirPath(kExportCheckpointV2Path); in TEST() local
[all …]
Dexporter_test.py54 export_path, argument
/external/tensorflow/tensorflow/contrib/session_bundle/example/
Dexport_half_plus_two.py122 def CopyAssets(filepaths, export_path): argument