Home
last modified time | relevance | path

Searched refs:ReportErrorC (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h483 static void ReportErrorC(TfLiteContext* context, const char* format, ...);
Dsubgraph.cc222 context_.ReportError = ReportErrorC; in Subgraph()
1128 void Subgraph::ReportErrorC(TfLiteContext* context, const char* format, ...) { in ReportErrorC() function in tflite::Subgraph