Uses of Class
org.robovm.apple.mlcompute.MLCLSTMResultMode
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCLSTMResultMode in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCLSTMResultMode Modifier and Type Method Description MLCLSTMResultModeMLCLSTMDescriptor. getResultMode()static MLCLSTMResultModeMLCLSTMResultMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCLSTMResultModeMLCLSTMResultMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCLSTMResultMode[]MLCLSTMResultMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mlcompute with parameters of type MLCLSTMResultMode Modifier and Type Method Description protected static longMLCLSTMDescriptor. create(long inputSize, long hiddenSize, long layerCount, boolean usesBiases, boolean batchFirst, boolean isBidirectional, boolean returnsSequences, float dropout, MLCLSTMResultMode resultMode)Constructors in org.robovm.apple.mlcompute with parameters of type MLCLSTMResultMode Constructor Description MLCLSTMDescriptor(long inputSize, long hiddenSize, long layerCount, boolean usesBiases, boolean batchFirst, boolean isBidirectional, boolean returnsSequences, float dropout, MLCLSTMResultMode resultMode)