Package apple.coreml.protocol
Interface MLBatchProvider
-
- All Known Implementing Classes:
MLArrayBatchProvider
public interface MLBatchProviderProtocol for accessing a collection of feature providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcount()Total number of feature providersMLFeatureProviderfeaturesAtIndex(long index)Indexed access to collection
-
-
-
Method Detail
-
count
long count()
Total number of feature providers
-
featuresAtIndex
MLFeatureProvider featuresAtIndex(long index)
Indexed access to collection
-
-