TfLiteModel constructor

TfLiteModel({
  1. String? automlModel,
  2. String? gcsTfliteUri,
  3. String? sizeBytes,
})

Implementation

TfLiteModel({
  this.automlModel,
  this.gcsTfliteUri,
  this.sizeBytes,
});