MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Finish

Method Finish

tensorflow/core/kernels/functional_ops.cc:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 void Finish(Status s) {
494 if (s.ok()) {
495 s = SetOutputs(kernel_, ctx_, args_);
496 }
497 ctx_->SetStatus(s);
498 done_();
499 delete this;
500 }
501 };
502};
503// TODO(drpng): remove these.

Callers

nothing calls this directly

Calls 3

SetOutputsFunction · 0.85
okMethod · 0.45
SetStatusMethod · 0.45

Tested by

no test coverage detected