luxlabs header browser preview


@class MPSGraphDepthwiseConvolution2DOpDescriptor;

@interface MPSGraphDepthwiseConvolution2DBaseOp : MPSGraphOperation {
    MPSGraphDepthwiseConvolution2DOpDescriptor *_desc;
}

- (void).cxx_destruct;
- (id)initWithGraph:(id)a0 inputTensors:(id)a1 controlDependencies:(id)a2 descriptor:(id)a3 name:(id)a4;

@end