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

Method UpdateStatus

tensorflow/cc/framework/scope.cc:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void Scope::UpdateStatus(const Status& s) const {
303 impl()->status_->Update(s);
304 if (impl()->exit_on_error_ && !ok()) {
305 LOG(FATAL) << *impl()->status_;
306 }
307}
308
309Status Scope::ToGraphDef(GraphDef* gdef) const {
310 if (!ok()) {

Callers 6

ConcatGradHelperFunction · 0.45
ConstHelperFunction · 0.45
ConstFunction · 0.45
AsNodeOutFunction · 0.45
ConstFunction · 0.45
CreateOutputWithScopeFunction · 0.45

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected