Uses of Class
org.robovm.apple.metalps.MPSCNNNeuronType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNNeuronType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNNeuronType Modifier and Type Method Description MPSCNNNeuronTypeMPSLSTMDescriptor. getCellToOutputNeuronType()MPSCNNNeuronTypeMPSCNNConvolution. getNeuronType()Deprecated.Deprecated in iOS 12.0.MPSCNNNeuronTypeMPSCNNNeuron. getNeuronType()MPSCNNNeuronTypeMPSCNNNeuronGradient. getNeuronType()MPSCNNNeuronTypeMPSNNNeuronDescriptor. getNeuronType()MPSCNNNeuronTypeMPSCNNConvolutionDescriptor. neuronType()Deprecated.Deprecated in iOS 11.3.MPSCNNNeuronTypeMPSMatrixBatchNormalization. neuronType()MPSCNNNeuronTypeMPSMatrixBatchNormalizationGradient. neuronType()MPSCNNNeuronTypeMPSMatrixFullyConnected. neuronType()MPSCNNNeuronTypeMPSMatrixNeuron. neuronType()MPSCNNNeuronTypeMPSMatrixNeuronGradient. neuronType()MPSCNNNeuronTypeMPSMatrixSum. neuronType()static MPSCNNNeuronTypeMPSCNNNeuronType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSCNNNeuronTypeMPSCNNNeuronType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSCNNNeuronType[]MPSCNNNeuronType. 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 MPSCNNNeuronType Modifier and Type Method Description protected static longMPSNNNeuronDescriptor. create(MPSCNNNeuronType neuronType)protected static longMPSNNNeuronDescriptor. create(MPSCNNNeuronType neuronType, float a)protected static longMPSNNNeuronDescriptor. create(MPSCNNNeuronType neuronType, float a, float b)protected static longMPSNNNeuronDescriptor. create(MPSCNNNeuronType neuronType, float a, float b, float c)voidMPSLSTMDescriptor. setCellToOutputNeuronType(MPSCNNNeuronType v)voidMPSCNNConvolutionDescriptor. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB)Deprecated.Deprecated in iOS 11.3.voidMPSMatrixBatchNormalization. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSMatrixBatchNormalizationGradient. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSMatrixFullyConnected. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSMatrixNeuron. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSMatrixNeuronGradient. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSMatrixSum. setNeuronType(MPSCNNNeuronType neuronType, float parameterA, float parameterB, float parameterC)voidMPSNNNeuronDescriptor. setNeuronType(MPSCNNNeuronType v)Constructors in org.robovm.apple.metalps with parameters of type MPSCNNNeuronType Constructor Description MPSNNNeuronDescriptor(MPSCNNNeuronType neuronType)MPSNNNeuronDescriptor(MPSCNNNeuronType neuronType, float a)MPSNNNeuronDescriptor(MPSCNNNeuronType neuronType, float a, float b)MPSNNNeuronDescriptor(MPSCNNNeuronType neuronType, float a, float b, float c)