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.
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.