InferenceModel constructor

InferenceModel(
  1. List<List<double>> inputData,
  2. int interpreterAddress,
  3. List<int> outputShape
)

Implementation

InferenceModel(this.inputData, this.interpreterAddress, this.outputShape);