Home
last modified time | relevance | path

Searched defs:is_tpu (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/distribute/
Dminimize_loss_test.py423 def testRunStepsWithOutputContext(self, distribution, optimizer_fn, is_tpu): argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc291 const bool is_tpu = device != nullptr && device->device_type() == "TPU"; in GetDeviceForInput() local