Home
last modified time | relevance | path

Searched defs:export_dir (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/python/saved_model/
Dutils_impl.py179 def get_or_create_variables_dir(export_dir): argument
187 def get_variables_dir(export_dir): argument
194 def get_variables_path(export_dir): argument
201 def get_or_create_assets_dir(export_dir): argument
211 def get_assets_dir(export_dir): argument
Dloader_impl.py42 def parse_saved_model(export_dir): argument
91 def get_asset_tensors(export_dir, meta_graph_def_to_load, import_scope=None): argument
199 def maybe_saved_model_directory(export_dir): argument
220 def contains_saved_model(export_dir): argument
245 def load(sess, tags, export_dir, import_scope=None, **saver_kwargs): argument
275 def __init__(self, export_dir): argument
287 def export_dir(self): member in SavedModelLoader
Dsimple_save.py35 def simple_save(session, export_dir, inputs, outputs, legacy_init_op=None): argument
Dload.py47 def __init__(self, object_graph_proto, saved_model_proto, export_dir): argument
301 def load(export_dir, tags=None): argument
Dsaved_model_test.py85 export_dir, argument
1335 export_dir, argument
1399 def _testInitOpsWithNonEmptyCollection(self, export_dir, key): argument
Dload_v1_in_v2.py156 def load(export_dir, tags): argument
Dbuilder_impl.py91 def __init__(self, export_dir): argument
426 def __init__(self, export_dir): argument
/external/tensorflow/tensorflow/cc/saved_model/
Dloader_test.cc53 void ValidateAssets(const string& export_dir, in ValidateAssets()
70 void CheckSavedModelBundle(const string& export_dir, in CheckSavedModelBundle()
108 const string export_dir = in TEST_F() local
122 const string export_dir = in TEST_F() local
134 const string export_dir = in TEST_F() local
150 const string export_dir = in TEST_F() local
170 const string export_dir = in TEST_F() local
184 const string export_dir = in TEST_F() local
196 const string export_dir = in TEST_F() local
208 const string export_dir = in TEST_F() local
[all …]
Dreader_test.cc52 const string export_dir = in TEST_F() local
62 const string export_dir = in TEST_F() local
76 const string export_dir = in TEST_F() local
90 const string export_dir = in TEST_F() local
100 const string export_dir = in TEST_F() local
Dloader.cc82 void AddAssetsTensorsToInputs(const StringPiece export_dir, in AddAssetsTensorsToInputs()
146 Status RunInitOp(const RunOptions& run_options, const string& export_dir, in RunInitOp()
164 Status GetInitOp(const string& export_dir, const MetaGraphDef& meta_graph_def, in GetInitOp()
196 Status RunRestore(const RunOptions& run_options, const string& export_dir, in RunRestore()
261 const string& export_dir, in LoadSavedModelInternal()
302 const RunOptions& run_options, const string& export_dir, in LoadSavedModel()
325 bool MaybeSavedModelDirectory(const string& export_dir) { in MaybeSavedModelDirectory()
Dreader.cc30 Status ReadSavedModel(const string& export_dir, SavedModel* saved_model_proto) { in ReadSavedModel()
79 Status ReadMetaGraphDefFromSavedModel(const string& export_dir, in ReadMetaGraphDefFromSavedModel()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.cc65 Status GetMetaGraphDefFromExport(const StringPiece export_dir, in GetMetaGraphDefFromExport()
80 void AddAssetsTensorsToInputs(const StringPiece export_dir, in AddAssetsTensorsToInputs()
111 string GetVariablesFilename(const StringPiece export_dir) { in GetVariablesFilename()
131 Status RunRestoreOp(const RunOptions& run_options, const StringPiece export_dir, in RunRestoreOp()
148 Status RunInitOp(const RunOptions& run_options, const StringPiece export_dir, in RunInitOp()
161 const StringPiece export_dir, SessionBundle* const bundle) { in LoadSessionBundleFromPathUsingRunOptionsInternal()
230 const StringPiece export_dir, in LoadSessionBundleFromPath()
239 const StringPiece export_dir, in LoadSessionBundleFromPathUsingRunOptions()
Dsession_bundle.py39 def maybe_session_bundle_dir(export_dir): argument
56 def load_session_bundle_from_path(export_dir, argument
Dbundle_shim.py184 def _load_saved_model_from_session_bundle_path(export_dir, target, config): argument
238 def load_session_bundle_or_saved_model_bundle_from_path(export_dir, argument
/external/tensorflow/tensorflow/contrib/predictor/
Dsaved_model_predictor.py61 def _get_signature_def(signature_def_key, export_dir, tags): argument
113 export_dir, argument
Dpredictor_factories.py108 def from_saved_model(export_dir, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py69 def _export_graph(graph, saver, checkpoint_path, export_dir, argument
270 export_dir, argument
286 export_dir, argument
Dexport_test.py68 def _assert_export(self, export_monitor, export_dir, expected_signature): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dsvm.py197 def export(self, export_dir, signature_fn=None, argument
211 export_dir, argument
Ddnn.py505 export_dir, argument
786 export_dir, argument
/external/tensorflow/tensorflow/contrib/session_bundle/example/
Dexport_half_plus_two.py42 def Export(export_dir, use_checkpoint_v2): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/examples/
Dboston.py80 num_sparse_int, export_dir, unused_eval_result): argument
/external/tensorflow/tensorflow/java/src/main/native/
Dsaved_model_bundle_jni.cc24 JNIEnv* env, jclass clazz, jstring export_dir, jobjectArray tags, in Java_org_tensorflow_SavedModelBundle_load()
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py71 def export_fn(estimator, export_dir, checkpoint_path=None, eval_result=None): argument
/external/jsoncpp/
Dmakerelease.py110 def svn_export( tag_url, export_dir ): argument

12