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

Function UnresolvedOpInvoke

tensorflow/lite/util.cc:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103TfLiteStatus UnresolvedOpInvoke(TfLiteContext* context, TfLiteNode* node) {
104 context->ReportError(context,
105 "Encountered an unresolved custom op. Did you miss "
106 "a custom op or delegate?");
107 return kTfLiteError;
108}
109
110} // namespace tflite

Callers

nothing calls this directly

Calls 1

ReportErrorMethod · 0.45

Tested by

no test coverage detected