Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py92 def _concrete_function_callable_with(function, inputs, allow_conversion): argument
102 if allow_conversion:
267 for allow_conversion in [False, True]:
270 if _concrete_function_callable_with(function, inputs, allow_conversion):