Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues.py453 def __init__(self, distributed_variable): argument
454 self.distributed_variable = distributed_variable
455 self.components = (tuple(distributed_variable.shape.as_list()),
456 distributed_variable.dtype)
465 return self.distributed_variable
1060 def __init__(self, distributed_variable, primary_variable, name): argument
1061 self._distributed_variable = distributed_variable
1068 tensor, spec = distributed_variable._policy.get_saveable(
1069 distributed_variable, primary_variable, name)