Skip to main content

Module batch

Module batch 

Source
Expand description

Batch prediction support via MLArrayBatchProvider.

More efficient than calling predict() in a loop when you have multiple inputs to process. CoreML can optimize execution across the entire batch.

Structsยง

BatchPrediction
BatchProvider