@protocol MTLLibrary, MTLDevice, MTLComputePipelineState; @interface VCPCorrelation : NSObject { id _device; id _mtlLibrary; id _correlationKernel; } - (id)initWithDevice:(id)a0; - (void).cxx_destruct; - (int)configureGPU; - (int)encodeToCommandBuffer:(id)a0 firstInput:(id)a1 secondInput:(id)a2 correlation:(id)a3; @end