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

  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 40 static StatusOr<std::unique_ptr<LocalService>> NewService(
compile_only_service.cc 40 CompileOnlyService::NewService(perftools::gputools::Platform* platform) {
43 return NewService(default_options);
47 CompileOnlyService::NewService(const ServiceOptions& options) {
compile_only_service.h 36 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
38 static StatusOr<std::unique_ptr<CompileOnlyService>> NewService(
service.h 81 static StatusOr<std::unique_ptr<Service>> NewService(
83 static StatusOr<std::unique_ptr<Service>> NewService(
260 // The constructor is private. Use the NewService factory to create new
local_service.cc 50 /* static */ StatusOr<std::unique_ptr<LocalService>> LocalService::NewService(
service.cc 125 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
129 return NewService(default_options);
132 /* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 102 LocalService::NewService(service_options));
143 CompileOnlyService::NewService(platform));

Completed in 219 milliseconds