Searched refs:named_graph_signatures (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | export.py | 70 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/ |
D | exporter.py | 159 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):
|
D | exporter_test.py | 118 named_graph_signatures=signatures,
|
D | README.md | 170 export.init(sess.graph.as_graph_def(), named_graph_signatures=signatures)
|
/external/tensorflow/tensorflow/contrib/session_bundle/example/ |
D | export_half_plus_two.py | 134 named_graph_signatures=named_graph_signature,
|