Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dtflite_keras_util.py157 def trace_model_call(model, input_signature=None): function
H A Dutil.py47 trace_model_call = _tflite_keras_util.trace_model_call variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/
H A Dsaving_utils.py97 def trace_model_call(model, input_signature=None): function