Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Finish
Method
Finish
tensorflow/core/kernels/functional_ops.cc:640–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
}
639
640
void Finish(Status s) {
641
if (s.ok()) {
642
s = SetOutputs(kernel_, ctx_, rets_);
643
}
644
ctx_->SetStatus(s);
645
done_();
646
delete this;
647
}
648
};
649
};
650
Callers
9
WriteCheckpoint
Function · 0.45
TEST
Function · 0.45
PerfSave
Function · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
SaveTensors
Function · 0.45
Compute
Method · 0.45
SaveInternal
Method · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Method · 0.45
Calls
3
SetOutputs
Function · 0.85
ok
Method · 0.45
SetStatus
Method · 0.45
Tested by
3
WriteCheckpoint
Function · 0.36
TEST
Function · 0.36
PerfSave
Function · 0.36