@protocol MPSCNNConvolutionDataSource; @interface MPSRNNSingleGateDescriptor : MPSRNNDescriptor @property (retain, nonatomic) id inputWeights; @property (retain, nonatomic) id recurrentWeights; + (id)createRNNSingleGateDescriptorWithInputFeatureChannels:(unsigned long long)a0 outputFeatureChannels:(unsigned long long)a1; - (id)init; - (void)dealloc; - (id)initWithInputFeatureChannels:(unsigned long long)a0 outputFeatureChannels:(unsigned long long)a1; @end