Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dvalues.py445 self._distribute_strategy = strategy
553 return self._distribute_strategy
577 return self._distribute_strategy.extended.read_var(self)
591 variable_strategy = v._distribute_strategy # pylint: disable=protected-access
664 with _enter_or_assert_strategy(self._distribute_strategy):
676 return self._distribute_strategy.extended.update(
679 _assert_replica_context(self._distribute_strategy)
776 self._distribute_strategy = strategy
835 return self._distribute_strategy
934 with _enter_or_assert_strategy(self._distribute_strategy):
[all …]
Ddistribute_lib.py918 …return v._distribute_strategy == self._container_strategy_weakref() # pylint: disable=protected-a…
1570 return v._distribute_strategy is None # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py405 self._distribute_strategy = distribute_strategy
722 distribute_strategy=self._distribute_strategy)
1070 distribute_strategy=self._distribute_strategy), ()
Dvariables.py2213 def _distribute_strategy(self): member in RefVariable
2610 def _distribute_strategy(self): member in PartitionedVariable
/external/tensorflow/tensorflow/contrib/distribute/python/
Dparameter_server_strategy_test.py907 self.assertIs(strategy, created_step._distribute_strategy)
Dmirrored_strategy_multigpu_test.py322 self.assertIs(strategy, var.get(d)._distribute_strategy) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py49 self.assertIsNone(v._distribute_strategy)