-
Methods in org.robovm.apple.metalps with parameters of type MPSCNNBinaryConvolutionType
| Modifier and Type |
Method |
Description |
protected long |
MPSCNNBinaryConvolution.init(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryConvolution.init(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryConvolutionNode.init(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryConvolutionNode.init(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryFullyConnected.init(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryFullyConnected.init(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryFullyConnectedNode.init(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
protected long |
MPSCNNBinaryFullyConnectedNode.init(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
Constructors in org.robovm.apple.metalps with parameters of type MPSCNNBinaryConvolutionType
| Constructor |
Description |
MPSCNNBinaryConvolution(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryConvolution(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryConvolutionNode(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryConvolutionNode(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryFullyConnected(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryFullyConnected(MTLDevice device,
MPSCNNConvolutionDataSource convolutionData,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryFullyConnectedNode(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
float scaleValue,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|
MPSCNNBinaryFullyConnectedNode(MPSNNImageNode sourceNode,
MPSCNNConvolutionDataSource weights,
FloatPtr outputBiasTerms,
FloatPtr outputScaleTerms,
FloatPtr inputBiasTerms,
FloatPtr inputScaleTerms,
MPSCNNBinaryConvolutionType type,
MPSCNNBinaryConvolutionFlags flags) |
|