Home
last modified time | relevance | path

Searched refs:NewService (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc40 CompileOnlyService::NewService(se::Platform* platform) { in NewService() function in xla::CompileOnlyService
43 return NewService(default_options); in NewService()
47 CompileOnlyService::NewService(const ServiceOptions& options) { in NewService() function in xla::CompileOnlyService
Dcompile_only_service.h36 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
38 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
Dservice.h85 static StatusOr<std::unique_ptr<Service>> NewService(
87 static StatusOr<std::unique_ptr<Service>> NewService(
Dlocal_service.h41 static StatusOr<std::unique_ptr<LocalService>> NewService(
Dlocal_service.cc47 /* static */ StatusOr<std::unique_ptr<LocalService>> LocalService::NewService( in NewService() function in xla::LocalService
Dservice.cc133 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService( in NewService() function in xla::Service
137 return NewService(default_options); in NewService()
140 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService( in NewService() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service.cc22 /* static */ StatusOr<std::unique_ptr<GRPCService>> GRPCService::NewService( in NewService() function in xla::GRPCService
26 ::xla::Service::NewService(platform)); in NewService()
Dgrpc_service_main.cc56 xla::GRPCService::NewService(platform).ConsumeValueOrDie(); in RealMain()
Dgrpc_service.h31 static StatusOr<std::unique_ptr<GRPCService>> NewService(
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc114 LocalService::NewService(service_options)); in GetOrCreateLocalClient()
154 CompileOnlyService::NewService(platform)); in GetOrCreateCompileOnlyClient()