MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NewService

Method NewService

tensorflow/compiler/xla/service/service.cc:133–138  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

131}
132
133/* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
134 se::Platform* platform) {
135 ServiceOptions default_options;
136 default_options.set_platform(platform);
137 return NewService(default_options);
138}
139
140/* static */ StatusOr<std::unique_ptr<Service>> Service::NewService(
141 const ServiceOptions& options) {

Callers

nothing calls this directly

Calls 2

TF_ASSIGN_OR_RETURNFunction · 0.70
platformMethod · 0.45

Tested by

no test coverage detected