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