Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dslot_creator.py125 with distribution_strategy.extended.colocate_vars_with(primary):
162 with distribution_strategy.extended.colocate_vars_with(primary):
Dsync_replicas_optimizer.py264 with distribution_strategy.extended.colocate_vars_with(local_anchor):
Doptimizer.py801 with distribution_strategy.extended.colocate_vars_with(colocate_with):
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py334 def colocate_vars_with(self, colocate_with_variable): member in DistributionStrategy
336 return self._extended.colocate_vars_with(colocate_with_variable)
935 def colocate_vars_with(self, colocate_with_variable): member in DistributionStrategyExtended
1564 def colocate_vars_with(self, colocate_with_variable): member in _DefaultDistributionExtended
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy.pbtxt18 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt23 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.-one-device-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.-mirrored-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.-strategy-extended.pbtxt50 name: "colocate_vars_with"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy.pbtxt18 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.-mirrored-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt23 name: "colocate_vars_with"
Dtensorflow.distribute.-one-device-strategy.pbtxt19 name: "colocate_vars_with"
Dtensorflow.distribute.-strategy-extended.pbtxt50 name: "colocate_vars_with"
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py410 ).extended.colocate_vars_with(self.moving_mean):
418 ).extended.colocate_vars_with(self.moving_variance):
/external/tensorflow/tensorflow/contrib/distribute/python/
Dparameter_server_strategy_test.py193 with d.extended.colocate_vars_with(x):
347 with d.extended.colocate_vars_with(x):
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py542 with strategy.colocate_vars_with(var):
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2.py449 with self._distribution.extended.colocate_vars_with(colocate_with):