Home
last modified time | relevance | path

Searched defs:trace_model_call (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dtflite_keras_util.py151 def trace_model_call(model, input_signature=None): function
Dutil.py50 trace_model_call = _tflite_keras_util.trace_model_call variable
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py101 def trace_model_call(model, input_signature=None): function