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

  /external/tensorflow/tensorflow/compiler/xla/rpc/
grpc_service.cc 22 /* static */ StatusOr<std::unique_ptr<GRPCService>> GRPCService::NewService(
26 ::xla::Service::NewService(platform));
  /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.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...]

Completed in 111 milliseconds