Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils_test.py75 saving_utils.trace_model_call(model)
78 fn = saving_utils.trace_model_call(model)
103 fn = saving_utils.trace_model_call(model)
134 saving_utils.trace_model_call(model)
146 fn = saving_utils.trace_model_call(model)
164 fn = saving_utils.trace_model_call(model)
175 fn = saving_utils.trace_model_call(model)
185 saving_utils.trace_model_call(model)
187 fn = saving_utils.trace_model_call(
213 fn = saving_utils.trace_model_call(model)
[all …]
Dsaving_utils.py101 def trace_model_call(model, input_signature=None): function
Dsaved_model_experimental.py137 signatures=saving_utils.trace_model_call(model, input_signature))
/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
Dlite.py70 from tensorflow.lite.python.util import trace_model_call as _trace_model_call
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py203 fn = saving_utils.trace_model_call(layer)