MCPcopy 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

WriteCheckpointFunction · 0.45
TESTFunction · 0.45
PerfSaveFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
SaveTensorsFunction · 0.45
ComputeMethod · 0.45
SaveInternalMethod · 0.45

Calls 3

SetOutputsFunction · 0.85
okMethod · 0.45
SetStatusMethod · 0.45

Tested by 3

WriteCheckpointFunction · 0.36
TESTFunction · 0.36
PerfSaveFunction · 0.36