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

Method ReportErrorImpl

tensorflow/lite/core/subgraph.cc:864–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void Subgraph::ReportErrorImpl(const char* format, va_list args) {
865 error_reporter_->Report(format, args);
866}
867
868void Subgraph::ReportErrorC(TfLiteContext* context, const char* format, ...) {
869 va_list args;

Callers 2

ReportErrorCMethod · 0.80
ReportErrorMethod · 0.80

Calls 1

ReportMethod · 0.45

Tested by

no test coverage detected