Home
last modified time | relevance | path

Searched refs:experimental_run (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py367 x, y = strategy.experimental_run(lambda z: z, i)
429 strategy.experimental_run(comm_fn, inputs))))
450 strategy.experimental_run(step, inputs))))
468 strategy.experimental_run(step, inputs))))
523 strategy.experimental_run(comm_fn, inputs))))
544 strategy.experimental_run(step, inputs))))
562 strategy.experimental_run(step, inputs))))
/external/tensorflow/tensorflow/contrib/distribute/python/examples/
Dmnist_eager_multigpu.py136 dist_train = lambda it: strategy.experimental_run(train_step, it)
137 dist_test = lambda it: strategy.experimental_run(test_step, it)
Dmnist_tf1_tpu.py133 strategy.experimental_run(train_step, train_iterator))
135 strategy.experimental_run(test_step, test_iterator))
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dloss_scale_optimizer_test.py85 run_op = strategy.experimental_run(run_fn)
Dkeras_test.py239 op = strategy.experimental_run(run_fn)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy.pbtxt34 name: "experimental_run"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.-one-device-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt39 name: "experimental_run"
Dtensorflow.distribute.-mirrored-strategy.pbtxt35 name: "experimental_run"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy.pbtxt34 name: "experimental_run"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt39 name: "experimental_run"
Dtensorflow.distribute.-mirrored-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt35 name: "experimental_run"
Dtensorflow.distribute.-one-device-strategy.pbtxt35 name: "experimental_run"
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py440 def experimental_run(self, fn, input_iterator=None): member in DistributionStrategy