Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dremote_benchmarks_test.py128 context.context().mirroring_policy = context.MIRRORING_ALL
172 context.context().mirroring_policy = context.MIRRORING_ALL
Dremote_test.py223 context.context().mirroring_policy = context.MIRRORING_ALL
256 context.context().mirroring_policy = context.MIRRORING_ALL
Dcontext.py69 MIRRORING_ALL = pywrap_tfe.TFE_MIRRORING_ALL variable
/external/tensorflow/tensorflow/python/tpu/
Dtpu_strategy_util.py107 context.context().mirroring_policy = context.MIRRORING_ALL
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h99 MIRRORING_ALL = 1, enumerator
Dcontext.cc308 return GetMirroringPolicy() == MIRRORING_ALL; in MirrorTensors()