luxlabs header browser preview


@interface CNNMLScalerEspresso : NSObject {
    void *_plan;
    void *_ctx;
    struct { void *plan; int network_index; } _net;
}

@property (readonly) int outputHeight;
@property (readonly) int outputWidth;

- (id)initWithConfig:(id)a0;
- (int)inferenceWithPixelBuffer:(struct __CVBuffer { } *)a0 toDestinationPixelBuffer:(struct __CVBuffer { } *)a1;

@end