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

Method CtxFailure

tensorflow/core/framework/op_kernel.cc:1609–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607#endif
1608
1609void OpKernelConstruction::CtxFailure(const Status& s) {
1610 VLOG(1) << s;
1611 SetStatus(s);
1612}
1613
1614void OpKernelConstruction::CtxFailureWithWarning(const Status& s) {
1615 LOG(WARNING) << s;

Callers 15

GetTotalKeysNumFunction · 0.45
CheckTensorBoundsFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeAsyncMethod · 0.45
GetBiasHandleMethod · 0.45
SetComputeErrorMethod · 0.45
ComputeMethod · 0.45
DecodeMethod · 0.45

Calls 1

BasenameFunction · 0.85

Tested by

no test coverage detected