Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dutils.py155 def wrap_with_training_arg(*args, **kwargs): function
200 return wrap_with_training_arg, decorator_argspec
Dsave_impl.py478 def wrap_with_training_arg(*args, **kwargs): function
489 decorator_func=wrap_with_training_arg,