MCPcopy 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
96void Status::Update(const Status& new_status) {
97 if (ok()) {
98 *this = new_status;
99 }
100}
101
102void Status::SlowCopyFrom(const State* src) {
103 if (src == nullptr) {

Callers 15

FlushMethod · 0.45
DoCallPyFuncFunction · 0.45
SetFailureMethod · 0.45
TEST_FFunction · 0.45
InitDimsMethod · 0.45
SetDimWithStatusMethod · 0.45
SetStatusMethod · 0.45
CreateOpKernelFunction · 0.45
InferenceContextMethod · 0.45
StartAbortMethod · 0.45
AddStatusMethod · 0.45
VerifyMethod · 0.45

Calls 2

okMethod · 0.45
push_backMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
CreateDoneCallbackMethod · 0.36
TEST_FFunction · 0.36