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

Method status

tensorflow/stream_executor/lib/statusor.h:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274template <typename T>
275Status StatusOr<T>::status() && {
276 return ok() ? Status::OK() : std::move(this->status_);
277}
278
279template <typename T>
280const T& StatusOr<T>::ValueOrDie() const & {

Callers 15

GetSymbolMethod · 0.45
stream.ccFile · 0.45
AllocateArrayMethod · 0.45
GetOrCreateMethod · 0.45
CreateBlasMethod · 0.45
CreateFftMethod · 0.45
CreateRngMethod · 0.45
CreateBlasMethod · 0.45
CreateDnnMethod · 0.45
CreateFftMethod · 0.45
CreateRngMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36