Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h373 static void ReportErrorC(TfLiteContext* context, const char* format, ...);
Dsubgraph.cc149 context_->ReportError = ReportErrorC; in Subgraph()
754 void Subgraph::ReportErrorC(TfLiteContext* context, const char* format, ...) { in ReportErrorC() function in tflite::Subgraph