Home
last modified time | relevance | path

Searched defs:core_on_chip (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.h41 int core_on_chip() const { return core_.index(); } in core_on_chip() function
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h49 int core_on_chip() const { return core_on_chip_; } in core_on_chip() function
Dtpu_client.cc39 int core_on_chip) in TpuDevice()