Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py103 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
150 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
202 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
253 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
278 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
331 aggregation=variables_lib.VariableAggregation.ONLY_FIRST_REPLICA)
406 variable_scope.VariableAggregation.ONLY_FIRST_REPLICA,
550 aggregation=variables_lib.VariableAggregation.ONLY_FIRST_REPLICA)
577 aggregation=variables_lib.VariableAggregation.ONLY_FIRST_REPLICA)
604 aggregation=variables_lib.VariableAggregation.ONLY_FIRST_REPLICA)
[all …]
Dvalues.py1042 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
1051 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
1060 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
1238 if self._aggregation == vs.VariableAggregation.ONLY_FIRST_REPLICA:
1246 if self._aggregation == vs.VariableAggregation.ONLY_FIRST_REPLICA:
1393 if self._aggregation == vs.VariableAggregation.ONLY_FIRST_REPLICA:
1406 if self._aggregation == vs.VariableAggregation.ONLY_FIRST_REPLICA:
1561 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
1569 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
1577 if (self._aggregation != vs.VariableAggregation.ONLY_FIRST_REPLICA and
Ddistribute_utils.py276 vs.VariableAggregation.ONLY_FIRST_REPLICA):
Dvalues_util.py326 if aggregation == vs.VariableAggregation.ONLY_FIRST_REPLICA:
Dparameter_server_strategy.py434 vs.VariableAggregation.ONLY_FIRST_REPLICA
Dmirrored_variable_test.py291 aggregation = variable_scope.VariableAggregation.ONLY_FIRST_REPLICA
Dvalues_test.py416 variables_lib.VariableAggregation.ONLY_FIRST_REPLICA,
1191 variable_scope.VariableAggregation.ONLY_FIRST_REPLICA, distribution)
Dstrategy_test_lib.py418 aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA)
Dcustom_training_loop_input_test.py306 1.0, aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA)
Dparameter_server_strategy_test.py395 aggregation=variable_scope.VariableAggregation.ONLY_FIRST_REPLICA)
Dtpu_strategy_test.py630 aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA)
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py574 aggregation=variables.VariableAggregationV2.ONLY_FIRST_REPLICA)
577 self.assertEqual(variables.VariableAggregation.ONLY_FIRST_REPLICA,
585 self.assertEqual(variables.VariableAggregationV2.ONLY_FIRST_REPLICA,
903 self.assertEqual(v1.ONLY_FIRST_REPLICA, v2.ONLY_FIRST_REPLICA)
904 self.assertEqual(v1.ONLY_FIRST_TOWER, v2.ONLY_FIRST_REPLICA)
909 self.assertEqual(v2.ONLY_FIRST_REPLICA, v1.ONLY_FIRST_REPLICA)
910 self.assertEqual(v2.ONLY_FIRST_REPLICA, v1.ONLY_FIRST_TOWER)
915 self.assertEqual(hash(v1.ONLY_FIRST_REPLICA), hash(v2.ONLY_FIRST_REPLICA))
916 self.assertEqual(hash(v1.ONLY_FIRST_TOWER), hash(v2.ONLY_FIRST_REPLICA))
/external/tensorflow/tensorflow/python/training/
Dtraining_util.py131 aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA,
143 aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-variable-aggregation.pbtxt13 name: "ONLY_FIRST_REPLICA"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-variable-aggregation.pbtxt13 name: "ONLY_FIRST_REPLICA"
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto39 // `ONLY_FIRST_REPLICA`: This is for when every replica is performing the same
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dnadam.py99 aggregation=tf_variables.VariableAggregation.ONLY_FIRST_REPLICA)
Doptimizer_v2.py974 aggregation=tf_variables.VariableAggregation.ONLY_FIRST_REPLICA)
987 aggregation=tf_variables.VariableAggregation.ONLY_FIRST_REPLICA)
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py248 aggregation=variables.VariableAggregationV2.ONLY_FIRST_REPLICA)
Dtraining.py332 agg = variables.VariableAggregationV2.ONLY_FIRST_REPLICA
628 aggregation=variables.VariableAggregationV2.ONLY_FIRST_REPLICA)
/external/tensorflow/tensorflow/python/ops/
Dvariables.py115 ONLY_FIRST_REPLICA = 3 variable in VariableAggregationV2
134 ONLY_FIRST_REPLICA = 3 variable in VariableAggregation
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py1772 aggregation=variables.VariableAggregation.ONLY_FIRST_REPLICA)
1775 self.assertEqual(variables.VariableAggregation.ONLY_FIRST_REPLICA,
1783 self.assertEqual(variables.VariableAggregation.ONLY_FIRST_REPLICA,