OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_output_alternative_key
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils.py
192
def get_output_alternatives(model_fn_ops,
default_output_alternative_key
=None):
198
default_output_alternative_key
: the name of the head to serve when an
205
This may differ from the requested
default_output_alternative_key
when
211
ValueError: if the requested
default_output_alternative_key
is not available
218
if
default_output_alternative_key
:
221
default_output_alternative_key
))
237
if
default_output_alternative_key
:
239
if
default_output_alternative_key
in output_alternatives:
240
return output_alternatives,
default_output_alternative_key
244
default_output_alternative_key
,
[
all
...]
saved_model_export_utils_test.py
56
default_output_alternative_key
=None,
680
default_output_alternative_key
="default",
[
all
...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py
[
all
...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py
220
default_output_alternative_key
='export_key',
230
ValueError, '
default_output_alternative_key
is not supported'):
[
all
...]
Completed in 85 milliseconds