Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.h97 std::vector<int> DeviceOrdinals() const { return {0}; } in DeviceOrdinals() function
Dlocal_computation_builder.cc217 std::vector<int> LocalExecutable::DeviceOrdinals() const { in DeviceOrdinals() function in xla::swig::LocalExecutable
Dxla_client.py813 def DeviceOrdinals(self): member in Executable