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

Method Initialize

tensorflow/stream_executor/platform.cc:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109port::Status Platform::Initialize(
110 const std::map<string, string> &platform_options) {
111 if (!platform_options.empty()) {
112 return port::Status(port::error::UNIMPLEMENTED,
113 "this platform does not support custom initialization");
114 }
115 return port::Status::OK();
116}
117
118port::Status Platform::ForceExecutorShutdown() {
119 return port::Status(port::error::UNIMPLEMENTED,

Callers 5

PlatformWithNameMethod · 0.45
PlatformWithIdMethod · 0.45
PlatformsWithFilterMethod · 0.45

Calls 2

StatusEnum · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected