Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py50 class AutoCastVariable(variables.Variable, core.Tensor): class
496 ops.register_tensor_conversion_function(AutoCastVariable,
497AutoCastVariable._dense_var_to_tensor) # pylint:disable=protected-access
518 return AutoCastVariable(variable)
520 class AutoCastDistributedVariable(AutoCastVariable, variable.__class__):
Dautocast_variable_test.py159 self.assertIsInstance(var, autocast_variable.AutoCastVariable)
/external/tensorflow/
DRELEASE.md416 * `AutoCastVariable.dtype` now refers to the actual variable dtype, not the
431 * In `Layer.call`, `AutoCastVariable`s will no longer be casted within
433 variable is used to determine whether `AutoCastVariable`s are casted, and those
435 …in `Layer.call`; if one of those two functions calls `Layer.call`, `AutoCastVariable`s will still …