Uses of Class
org.robovm.apple.metalps.MPSRNNDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSRNNDescriptor in org.robovm.apple.metalps
Subclasses of MPSRNNDescriptor in org.robovm.apple.metalps Modifier and Type Class Description classMPSGRUDescriptorclassMPSLSTMDescriptorclassMPSRNNSingleGateDescriptorMethods in org.robovm.apple.metalps with parameters of type MPSRNNDescriptor Modifier and Type Method Description protected longMPSRNNImageInferenceLayer. init(MTLDevice device, MPSRNNDescriptor rnnDescriptor)protected longMPSRNNMatrixInferenceLayer. init(MTLDevice device, MPSRNNDescriptor rnnDescriptor)protected longMPSRNNMatrixTrainingLayer. init(MTLDevice device, MPSRNNDescriptor rnnDescriptor, NSMutableArray<MPSMatrix> trainableWeights)Method parameters in org.robovm.apple.metalps with type arguments of type MPSRNNDescriptor Modifier and Type Method Description protected longMPSRNNImageInferenceLayer. init(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)protected longMPSRNNMatrixInferenceLayer. init(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)Constructors in org.robovm.apple.metalps with parameters of type MPSRNNDescriptor Constructor Description MPSRNNImageInferenceLayer(MTLDevice device, MPSRNNDescriptor rnnDescriptor)MPSRNNMatrixInferenceLayer(MTLDevice device, MPSRNNDescriptor rnnDescriptor)MPSRNNMatrixTrainingLayer(MTLDevice device, MPSRNNDescriptor rnnDescriptor, NSMutableArray<MPSMatrix> trainableWeights)Constructor parameters in org.robovm.apple.metalps with type arguments of type MPSRNNDescriptor Constructor Description MPSRNNImageInferenceLayer(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)MPSRNNMatrixInferenceLayer(MTLDevice device, NSArray<MPSRNNDescriptor> rnnDescriptors)