Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
274
template <typename T>
275
Status StatusOr<T>::status() && {
276
return ok() ? Status::OK() : std::move(this->status_);
277
}
278
279
template <typename T>
280
const T& StatusOr<T>::ValueOrDie() const & {
Callers
15
GetSymbol
Method · 0.45
stream.cc
File · 0.45
AllocateArray
Method · 0.45
GetOrCreate
Method · 0.45
CreateBlas
Method · 0.45
CreateFft
Method · 0.45
CreateRng
Method · 0.45
CreateBlas
Method · 0.45
CreateDnn
Method · 0.45
CreateFft
Method · 0.45
CreateRng
Method · 0.45
Initialize
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36