Uses of Class
org.robovm.apple.metalps.MPSCNNBinaryConvolutionType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNBinaryConvolutionType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNBinaryConvolutionType Modifier and Type Method Description static MPSCNNBinaryConvolutionTypeMPSCNNBinaryConvolutionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSCNNBinaryConvolutionTypeMPSCNNBinaryConvolutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSCNNBinaryConvolutionType[]MPSCNNBinaryConvolutionType. 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 MPSCNNBinaryConvolutionType Modifier and Type Method Description protected longMPSCNNBinaryConvolution. init(MTLDevice device, MPSCNNConvolutionDataSource convolutionData, float scaleValue, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryConvolution. init(MTLDevice device, MPSCNNConvolutionDataSource convolutionData, FloatPtr outputBiasTerms, FloatPtr outputScaleTerms, FloatPtr inputBiasTerms, FloatPtr inputScaleTerms, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryConvolutionNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights, float scaleValue, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryConvolutionNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights, FloatPtr outputBiasTerms, FloatPtr outputScaleTerms, FloatPtr inputBiasTerms, FloatPtr inputScaleTerms, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryFullyConnected. init(MTLDevice device, MPSCNNConvolutionDataSource convolutionData, float scaleValue, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryFullyConnected. init(MTLDevice device, MPSCNNConvolutionDataSource convolutionData, FloatPtr outputBiasTerms, FloatPtr outputScaleTerms, FloatPtr inputBiasTerms, FloatPtr inputScaleTerms, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryFullyConnectedNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights, float scaleValue, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)protected longMPSCNNBinaryFullyConnectedNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights, FloatPtr outputBiasTerms, FloatPtr outputScaleTerms, FloatPtr inputBiasTerms, FloatPtr inputScaleTerms, MPSCNNBinaryConvolutionType type, MPSCNNBinaryConvolutionFlags flags)