Home
last modified time | relevance | path

Searched refs:create_autocast_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py226 var = create_autocast_variable(self._variable)
234 return create_autocast_variable(assign_var)
244 return create_autocast_variable(update_var)
495 def create_autocast_variable(variable): function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_layer_v1.py432 return autocast_variable.create_autocast_variable(variable)
H A Dbase_layer.py643 return autocast_variable.create_autocast_variable(variable)