Searched refs:CompileOnlyService (Results 1 – 6 of 6) sorted by relevance
39 /* static */ StatusOr<std::unique_ptr<CompileOnlyService>>40 CompileOnlyService::NewService(se::Platform* platform) { in NewService()46 /* static */ StatusOr<std::unique_ptr<CompileOnlyService>>47 CompileOnlyService::NewService(const ServiceOptions& options) { in NewService()55 std::unique_ptr<CompileOnlyService> service( in NewService()56 new CompileOnlyService(options, compiler)); in NewService()60 CompileOnlyService::CompileOnlyService(const ServiceOptions& options, in CompileOnlyService() function in xla::CompileOnlyService65 CompileOnlyService::CompileAheadOfTime( in CompileAheadOfTime()
31 class CompileOnlyService : public Service {36 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(38 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(91 explicit CompileOnlyService(const ServiceOptions& options,93 CompileOnlyService(const CompileOnlyService&) = delete;94 void operator=(const CompileOnlyService&) = delete;
34 explicit CompileOnlyClient(CompileOnlyService* service) in CompileOnlyClient()70 CompileOnlyService* compiler_service_;
39 std::vector<CompileOnlyService::AotXlaComputationInstance> service_instances; in CompileAheadOfTime()43 CompileOnlyService::AotXlaComputationInstance& service_instance = in CompileAheadOfTime()
130 std::unique_ptr<CompileOnlyService> service;
154 CompileOnlyService::NewService(platform)); in GetOrCreateCompileOnlyClient()