View Source TFLiteElixir.ErrorReporter (tflite_elixir v0.3.7)

ErrorReporter to provide reporting destinations.

Summary

Functions

Get the default error reporter.

Functions

Link to this function

default_error_reporter()

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

Get the default error reporter.

The default error reporter simply writes the message to stderr.