Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dutils.py57 expects_training_arg = layer_uses_training_bool(layer)
100 def layer_uses_training_bool(layer): function
Dsave_impl.py342 self._expects_training_arg = utils.layer_uses_training_bool(layer)