Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ UpdateStatus
Method
UpdateStatus
tensorflow/core/graph/graph_def_builder.cc:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void GraphDefBuilder::Options::UpdateStatus(const Status& status) const {
92
if (status_ == nullptr) {
93
TF_CHECK_OK(status);
94
} else {
95
status_->Update(status);
96
}
97
}
98
99
namespace ops {
100
Callers
12
DummyReadResourceCC
Method · 0.45
CreateSwitchN
Function · 0.45
CreateTestVariant
Method · 0.45
CreateConcatV1Op
Function · 0.45
RecvOutputsFromRendezvousAsync
Function · 0.45
CopyHostToDevice
Function · 0.45
CopyDeviceToDevice
Function · 0.45
CopyDeviceToHost
Function · 0.45
RunMultiDevice
Method · 0.45
CleanUp
Method · 0.45
ConstructOp
Function · 0.45
ConstructOp
Function · 0.45
Calls
1
Update
Method · 0.45
Tested by
6
DummyReadResourceCC
Method · 0.36
CreateSwitchN
Function · 0.36
CreateTestVariant
Method · 0.36
CreateConcatV1Op
Function · 0.36
ConstructOp
Function · 0.36
ConstructOp
Function · 0.36