getPredictionCustom abstract method

  1. @TaskQueue(type: TaskQueueType.serialBackgroundThread)
  2. @async
List? getPredictionCustom(
  1. int index,
  2. List<double> input,
  3. List<int> shape,
  4. String dtype,
)

predicts abstract number input

Implementation

@TaskQueue(type: TaskQueueType.serialBackgroundThread)
@async
List? getPredictionCustom(
    int index, List<double> input, List<int> shape, String dtype);