Home
last modified time | relevance | path

Searched refs:named_graph_signatures (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py70 default_graph_signature, named_graph_signatures, argument
85 named_graph_signatures=named_graph_signatures,
328 default_signature, named_graph_signatures = signature_fn(examples,
338 default_signature, named_graph_signatures = (
349 default_signature, named_graph_signatures = generic_signature_fn(
359 named_graph_signatures=named_graph_signatures,
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter.py159 named_graph_signatures=None, argument
182 if named_graph_signatures is None:
183 named_graph_signatures = {}
219 for signature_name, signature in six.iteritems(named_graph_signatures):
Dexporter_test.py118 named_graph_signatures=signatures,
DREADME.md170 export.init(sess.graph.as_graph_def(), named_graph_signatures=signatures)
/external/tensorflow/tensorflow/contrib/session_bundle/example/
Dexport_half_plus_two.py134 named_graph_signatures=named_graph_signature,