Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dload.py815 inputs = infer_inputs_from_restored_call_function(call_fn)
1107 def infer_inputs_from_restored_call_function(fn): function