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

Method Init

tensorflow/stream_executor/stream_executor_pimpl.cc:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185port::Status StreamExecutor::Init(DeviceOptions device_options) {
186 return implementation_->Init(device_ordinal_, std::move(device_options));
187}
188
189port::Status StreamExecutor::Init() { return Init(DeviceOptions::Default()); }
190

Callers 1

GetStreamMethod · 0.45

Calls 2

DefaultFunction · 0.85
InitFunction · 0.50

Tested by

no test coverage detected