Searched defs:export_path (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/contrib/learn/python/learn/ |
| D | export_strategy_test.py | 29 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
|
| D | export_strategy.py | 77 export_path, argument
|
| /external/tensorflow/tensorflow/contrib/session_bundle/ |
| D | session_bundle_test.cc | 56 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 …]
|
| D | exporter_test.py | 54 export_path, argument
|
| /external/tensorflow/tensorflow/contrib/session_bundle/example/ |
| D | export_half_plus_two.py | 122 def CopyAssets(filepaths, export_path): argument
|