luxlabs header browser preview


@interface ABPKMLModelConfiguration : NSObject

- (id)init;
- (id)inputTensorNames;
- (id)outputTensorNames;
- (id)compiledMLModelPath;

@end