Home | History | Annotate | Download | only in service

Lines Matching defs:backend

27 #include "tensorflow/compiler/xla/service/backend.h"
244 // Returns the backend used to execute computations.
245 const Backend& backend() const { return *execute_backend_; }
246 Backend* mutable_backend() { return execute_backend_.get(); }
263 std::unique_ptr<Backend> execute_backend);
265 static StatusOr<std::unique_ptr<Backend>> CreateComputeConstantBackend();
289 std::unique_ptr<HloModuleConfig> module_config, Backend* backend,
298 Backend* backend,
307 std::unique_ptr<HloModuleConfig> module_config, Backend* backend,
318 Backend* backend, perftools::gputools::StreamExecutor* executor,
327 Backend* backend,
349 const Backend& backend, const DeviceHandle& device_handle) const;
374 // Backend to compile and execute computations on.
377 std::unique_ptr<Backend> execute_backend_;