Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dtflite_keras_util.py157 def trace_model_call(model, input_signature=None): function
Dutil.py47 trace_model_call = _tflite_keras_util.trace_model_call variable
Dlite.py71 from tensorflow.lite.python.util import trace_model_call as _trace_model_call
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py97 def trace_model_call(model, input_signature=None): function
Dsaved_model_experimental.py135 signatures=saving_utils.trace_model_call(model, input_signature))
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py215 fn = saving_utils.trace_model_call(layer)