invoke method

void invoke()

Implementation

void invoke() {
  checkState(_allocated, message: 'Interpreter not allocated.');
  checkState(TfLiteInterpreterInvoke(_ref) == TfLiteStatus.kTfLiteOk);
}