Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Update
Method
Update
tensorflow/core/lib/core/status.cc:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void Status::Update(const Status& new_status) {
97
if (ok()) {
98
*this = new_status;
99
}
100
}
101
102
void Status::SlowCopyFrom(const State* src) {
103
if (src == nullptr) {
Callers
15
Flush
Method · 0.45
DoCallPyFunc
Function · 0.45
SetFailure
Method · 0.45
TEST_F
Function · 0.45
InitDims
Method · 0.45
SetDimWithStatus
Method · 0.45
SetStatus
Method · 0.45
CreateOpKernel
Function · 0.45
InferenceContext
Method · 0.45
StartAbort
Method · 0.45
AddStatus
Method · 0.45
Verify
Method · 0.45
Calls
2
ok
Method · 0.45
push_back
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
TEST
Function · 0.36
CreateDoneCallback
Method · 0.36
TEST_F
Function · 0.36