HomeSort by relevance Sort by last modified time
    Searched refs:NewService (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
compile_only_service.cc 40 CompileOnlyService::NewService(se::Platform* platform) {
43 return NewService(default_options);
47 CompileOnlyService::NewService(const ServiceOptions& options) {
local_service.h 41 static StatusOr<std::unique_ptr<LocalService>> NewService(
compile_only_service.h 36 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
38 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
service.h 85 static StatusOr<std::unique_ptr<Service>> NewService(
87 static StatusOr<std::unique_ptr<Service>> NewService(
207 // The constructor is private. Use the NewService factory to create new
local_service.cc 47 /* static */ StatusOr<std::unique_ptr<LocalService>> LocalService::NewService(
service.cc 133 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
137 return NewService(default_options);
140 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/rpc/
grpc_service_main.cc 56 xla::GRPCService::NewService(platform).ConsumeValueOrDie();
grpc_service.cc 22 /* static */ StatusOr<std::unique_ptr<GRPCService>> GRPCService::NewService(
26 ::xla::Service::NewService(platform));
grpc_service.h 31 static StatusOr<std::unique_ptr<GRPCService>> NewService(
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 114 LocalService::NewService(service_options));
154 CompileOnlyService::NewService(platform));

Completed in 128 milliseconds