Uses of Class
org.robovm.apple.metalps.MPSRNNBidirectionalCombineMode
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSRNNBidirectionalCombineMode in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSRNNBidirectionalCombineMode Modifier and Type Method Description MPSRNNBidirectionalCombineModeMPSRNNImageInferenceLayer. getBidirectionalCombineMode()MPSRNNBidirectionalCombineModeMPSRNNMatrixInferenceLayer. getBidirectionalCombineMode()static MPSRNNBidirectionalCombineModeMPSRNNBidirectionalCombineMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSRNNBidirectionalCombineModeMPSRNNBidirectionalCombineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSRNNBidirectionalCombineMode[]MPSRNNBidirectionalCombineMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSRNNBidirectionalCombineMode Modifier and Type Method Description voidMPSRNNImageInferenceLayer. setBidirectionalCombineMode(MPSRNNBidirectionalCombineMode v)voidMPSRNNMatrixInferenceLayer. setBidirectionalCombineMode(MPSRNNBidirectionalCombineMode v)