Home
last modified time | relevance | path

Searched refs:get_tpu_strategy (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy_test.py80 def get_tpu_strategy(enable_packed_var=False): function
172 strategy = get_tpu_strategy(enable_packed_var)
185 strategy = get_tpu_strategy(enable_packed_var)
227 strategy = get_tpu_strategy(enable_packed_var)
261 strategy = get_tpu_strategy(enable_packed_var)
288 strategy = get_tpu_strategy(enable_packed_var)
378 strategy = get_tpu_strategy(enable_packed_var)
397 strategy = get_tpu_strategy(enable_packed_var)
434 strategy = get_tpu_strategy(enable_packed_var)
455 strategy = get_tpu_strategy(enable_packed_var)
[all …]
Dtpu_strategy_compilation_test.py45 def get_tpu_strategy(): function
59 strategy = get_tpu_strategy()
/external/tensorflow/tensorflow/python/tpu/
Dtpu_outside_compilation_test.py72 def get_tpu_strategy(): function
135 strategy = get_tpu_strategy()
155 strategy = get_tpu_strategy()
175 strategy = get_tpu_strategy()
196 strategy = get_tpu_strategy()
224 strategy = get_tpu_strategy()
252 strategy = get_tpu_strategy()
281 strategy = get_tpu_strategy()
304 strategy = get_tpu_strategy()
328 strategy = get_tpu_strategy()
[all …]
/external/tensorflow/tensorflow/python/keras/tests/
Dautomatic_outside_compilation_test.py71 def get_tpu_strategy(): function
186 strategy = get_tpu_strategy()
216 strategy = get_tpu_strategy()
248 strategy = get_tpu_strategy()
/external/tensorflow/tensorflow/python/keras/integration_test/
Dtpu_strategy_test.py50 def get_tpu_strategy(): function
101 strategy = get_tpu_strategy()
119 strategy = get_tpu_strategy()
/external/tensorflow/tensorflow/python/keras/distribute/
Dtpu_strategy_test_utils.py45 def get_tpu_strategy(): function
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dnormalization_tpu_test.py115 strategy = tpu_strategy_test_utils.get_tpu_strategy()