Searched refs:ExecuteOnLocalDevices (Results 1 – 7 of 7) sorted by relevance
68 ExecuteOnLocalDevices(absl::Span<const std::vector<PyBuffer*>> args);
112 PyExecutable::ExecuteOnLocalDevices( in ExecuteOnLocalDevices() function in xla::PyExecutable
357 .def("execute_on_local_devices", &PyExecutable::ExecuteOnLocalDevices, in PYBIND11_MODULE()
327 ValueOrThrow(cache_entry->executable->ExecuteOnLocalDevices(arg_buffers)); in Call()
193 .def("ExecuteOnLocalDevices", &PyTpuExecutable::ExecuteOnLocalDevices, in PYBIND11_MODULE()198 .def("execute_on_local_devices", &PyTpuExecutable::ExecuteOnLocalDevices, in PYBIND11_MODULE()
345 ExecuteOnLocalDevices(
667 PyTpuExecutable::ExecuteOnLocalDevices( in ExecuteOnLocalDevices() function in xla::PyTpuExecutable780 TF_ASSIGN_OR_RETURN(output_buffers, ExecuteOnLocalDevices(arg_buffers)); in ExecuteShardedOnLocalDevices()