View Source TFLiteBEAM.ErrorReporter (tflite_beam v0.2.0)

ErrorReporter to provide reporting destinations.

Link to this section Summary

Functions

Get the default error reporter.

Link to this section Functions

Link to this function

default_error_reporter()

View Source
@spec default_error_reporter() ::
  %TFLiteBEAM.ErrorReporter{ref: term()} | {:error, String.t()}

Get the default error reporter.

The default error reporter simply writes the message to stderr.