Searched defs:DeviceOrdinals (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ | ||
D | xrt.h | 97 std::vector<int> DeviceOrdinals() const { return {0}; } in DeviceOrdinals() function |
D | local_computation_builder.cc | 217 std::vector<int> LocalExecutable::DeviceOrdinals() const { in DeviceOrdinals() function in xla::swig::LocalExecutable |
D | xla_client.py | 813 def DeviceOrdinals(self): member in Executable |