Uses of Class
org.robovm.apple.metalps.MPSCNNBinaryConvolutionFlags
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNBinaryConvolutionFlags in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNBinaryConvolutionFlags Modifier and Type Method Description static MPSCNNBinaryConvolutionFlagsMPSCNNBinaryConvolutionFlags. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSCNNBinaryConvolutionFlagsMPSCNNBinaryConvolutionFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSCNNBinaryConvolutionFlags[]MPSCNNBinaryConvolutionFlags. 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 MPSCNNBinaryConvolutionFlags 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)