luxlabs header browser preview


@class MPSGraphGRUDescriptor;

@interface MPSGraphGRUBaseOp : MPSGraphOperation {
    MPSGraphGRUDescriptor *_desc;
}

- (void).cxx_destruct;

@end