Rovin / whisper.cpp /src /coreml /whisper-compat.h
Dyen's picture
Fix binaries and nested git
bfdf803
#import <CoreML/CoreML.h>
@interface MLModel (Compat)
- (void) predictionFromFeatures:(id<MLFeatureProvider>) input
completionHandler:(void (^)(id<MLFeatureProvider> output, NSError * error)) completionHandler;
- (void) predictionFromFeatures:(id<MLFeatureProvider>) input
options:(MLPredictionOptions *) options
completionHandler:(void (^)(id<MLFeatureProvider> output, NSError * error)) completionHandler;
@end