InferenceModel constructor

InferenceModel(
  1. Image image,
  2. int interpreterAddress,
  3. List<String> labels,
  4. List<int> inputShape,
  5. List<int> outputShape,
)

Implementation

InferenceModel(this.image, this.interpreterAddress,
    this.labels, this.inputShape, this.outputShape);