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

Method CtxFailureWithWarning

tensorflow/core/framework/op_kernel.cc:1614–1617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614void OpKernelConstruction::CtxFailureWithWarning(const Status& s) {
1615 LOG(WARNING) << s;
1616 SetStatus(s);
1617}
1618
1619void OpKernelConstruction::CtxFailure(const char* file, int line,
1620 const Status& s) {

Callers 13

ComputeMethod · 0.45
GetScratchFunction · 0.45
GetTrainingVariableMutexFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
TryTakeGradMethod · 0.45
BuildOpKernelMethod · 0.45
EnforceTimeoutMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls 1

BasenameFunction · 0.85

Tested by

no test coverage detected