Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py349 global_step_tensors = strategy.experimental_local_results(value)
368 x, y = self.evaluate((strategy.experimental_local_results(x),
369 strategy.experimental_local_results(y)))
428 list(map(strategy.experimental_local_results,
449 self.evaluate(strategy.experimental_local_results(
467 self.evaluate(strategy.experimental_local_results(
522 list(map(strategy.experimental_local_results,
543 self.evaluate(strategy.experimental_local_results(
561 self.evaluate(strategy.experimental_local_results(
Dmirrored_strategy_multigpu_test.py252 result = distribution.experimental_local_results(result)
272 unwrapped = distribution.experimental_local_results(in_model_fn)
280 unwrapped = distribution.experimental_local_results(in_model_fn)
705 for y in distribution.experimental_local_results(x)])
751 _, v1 = distribution.experimental_local_results(v)
820 v0, v1 = distribution.experimental_local_results(v)
837 v0, v1 = distribution.experimental_local_results(v)
864 a0, a1 = distribution.experimental_local_results(a)
865 b0, b1 = distribution.experimental_local_results(result_b)
866 c0, c1 = distribution.experimental_local_results(result_c)
[all …]
Dmoving_averages_test.py59 sess.run(distribution.experimental_local_results(assign))
85 sess.run(distribution.experimental_local_results(assign_op))
158 sess.run(distribution.experimental_local_results(assign))
Dminimize_loss_test.py223 fetches = distribution.experimental_local_results(
424 not_reduced = distribution.experimental_local_results(
473 self.assertLen(distribution.experimental_local_results(loss_output),
477 unwrapped_output = distribution.experimental_local_results(loss_output)
Doptimizer_v2_test.py48 distribution.experimental_local_results(
Dcollective_all_reduce_strategy_test.py269 train_op = d.group(d.experimental_local_results(train_op))
297 x = distribution.experimental_local_results(x)[0]
Dkeras_backward_compat_test.py752 grouped_models = distribution.experimental_local_results(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy.pbtxt26 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.-one-device-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt31 name: "experimental_local_results"
Dtensorflow.distribute.-mirrored-strategy.pbtxt27 name: "experimental_local_results"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy.pbtxt26 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt31 name: "experimental_local_results"
Dtensorflow.distribute.-mirrored-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt27 name: "experimental_local_results"
Dtensorflow.distribute.-one-device-strategy.pbtxt27 name: "experimental_local_results"
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py652 distribution.experimental_local_results(value))
Ddistribute_lib.py537 def experimental_local_results(self, value): member in DistributionStrategy
Dvalues.py626 strategy.experimental_local_results(value)[0],