Home
last modified time | relevance | path

Searched refs:TPUStrategy (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt1 path: "tensorflow.distribute.experimental.TPUStrategy"
3 is_instance: "<class \'tensorflow.python.distribute.tpu_strategy.TPUStrategy\'>"
Dtensorflow.distribute.experimental.pbtxt16 name: "TPUStrategy"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt1 path: "tensorflow.distribute.experimental.TPUStrategy"
3 is_instance: "<class \'tensorflow.python.distribute.tpu_strategy.TPUStrategy\'>"
Dtensorflow.distribute.experimental.pbtxt16 name: "TPUStrategy"
/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_correctness_test_base.py127 if isinstance(distribution, tpu_strategy.TPUStrategy):
292 isinstance(distribution, tpu_strategy.TPUStrategy) and
309 isinstance(distribution, tpu_strategy.TPUStrategy))
468 if (isinstance(distribution, tpu_strategy.TPUStrategy) and
Dtpu_strategy.py25 from tensorflow.python.distribute.tpu_strategy import TPUStrategy
Dcheckpointing_test.py75 strategy = tpu_strategy.TPUStrategy()
Dkeras_utils_test.py96 if isinstance(distribution, tpu_strategy.TPUStrategy):
517 if (isinstance(distribution, tpu_strategy.TPUStrategy) and
Dcombinations.py340 strategy = tpu_lib.TPUStrategy(resolver, steps_per_run=steps_per_run,
Dmetrics_v1_test.py99 if isinstance(distribution, tpu_strategy.TPUStrategy):
Dkeras_backward_compat_test.py167 if isinstance(distribution, tpu_strategy.TPUStrategy):
1073 isinstance(distribution, tpu_strategy.TPUStrategy) and
Dkeras_test.py201 if isinstance(distribution, tpu_strategy.TPUStrategy):
/external/tensorflow/tensorflow/contrib/distribute/
D__init__.py34 from tensorflow.contrib.distribute.python.tpu_strategy import TPUStrategy
/external/tensorflow/tensorflow/contrib/distribute/python/examples/
Dmnist_tf1_tpu.py90 strategy = tf.contrib.distribute.TPUStrategy(cluster_resolver)
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py125 class TPUStrategy(distribute_lib.DistributionStrategy): class
146 super(TPUStrategy, self).__init__(TPUExtended(