BertNLClassifierOptions constructor

BertNLClassifierOptions()

Creates a new options instance.

Implementation

factory BertNLClassifierOptions() {
  final optionsPtr = TfLiteBertNLClassifierOptions.allocate(DEFAULT_MAX_SEQ_LEN);
  return BertNLClassifierOptions._(optionsPtr);
}