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

Method SetStatus

tensorflow/compiler/tf2xla/xla_op_kernel.h:189–189  ·  view source on GitHub ↗

Status handling.

Source from the content-addressed store, hash-verified

187
188 // Status handling.
189 void SetStatus(const Status& status) { context_->SetStatus(status); }
190 Status status() { return context_->status(); }
191
192 // Variables

Callers 7

CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
make_recv_callbackFunction · 0.45
ExecuteTrtEngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected