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

Method Abort

tensorflow/core/common_runtime/eager/execute_node.h:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void Abort(Status status) override {
89 for (auto handle : retvals_) {
90 handle->Poison(status);
91 handle->Unref();
92 }
93
94 for (auto handle : inputs_) {
95 handle->Unref();
96 }
97 }
98
99 private:
100 EagerContext* ctx_;

Callers 3

AddMethod · 0.45
RunMethod · 0.45

Calls 2

PoisonMethod · 0.80
UnrefMethod · 0.45

Tested by

no test coverage detected