InterpreterOptions constructor

InterpreterOptions()

Creates a new options instance.

Implementation

factory InterpreterOptions() =>
    InterpreterOptions._(tfliteBinding.TfLiteInterpreterOptionsCreate());