Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py51 class ParameterServerStrategyV1(distribute_lib.StrategyV1): class
114 super(ParameterServerStrategyV1, self).__init__(
129 super(ParameterServerStrategyV1,
142 super(ParameterServerStrategyV1, self).distribute_datasets_from_function(
147 super(ParameterServerStrategyV1, self).run(
152 return super(ParameterServerStrategyV1, self).scope()
Dparameter_server_strategy_test.py87 distribution = parameter_server_strategy.ParameterServerStrategyV1(
751 strategy = parameter_server_strategy.ParameterServerStrategyV1(
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt3 …nce: "<class \'tensorflow.python.distribute.parameter_server_strategy.ParameterServerStrategyV1\'>"
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistribute_strategy_test.py508 (parameter_server_strategy.ParameterServerStrategyV1,
560 (parameter_server_strategy.ParameterServerStrategyV1,
2436 distribution = parameter_server_strategy.ParameterServerStrategyV1(
2440 parameter_server_strategy.ParameterServerStrategyV1)
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py655 (parameter_server_strategy.ParameterServerStrategyV1,
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_v1.py362 parameter_server_strategy.ParameterServerStrategyV1):