Uses of Class
org.robovm.apple.metalps.MPSNNImageNode
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSNNImageNode in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSNNImageNode Modifier and Type Method Description static MPSNNImageNodeMPSNNImageNode. createExportedNode(MPSHandle handle)MPSNNImageNodeMPSNNFilterNode. getResultImage()Methods in org.robovm.apple.metalps with parameters of type MPSNNImageNode Modifier and Type Method Description static MPSCNNNeuronAbsoluteNodeMPSCNNNeuronAbsoluteNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronELUNodeMPSCNNNeuronELUNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronExponentialNodeMPSCNNNeuronExponentialNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronGeLUNodeMPSCNNNeuronGeLUNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronHardSigmoidNodeMPSCNNNeuronHardSigmoidNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronLinearNodeMPSCNNNeuronLinearNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronLogarithmNodeMPSCNNNeuronLogarithmNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronNodeMPSCNNNeuronNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronPowerNodeMPSCNNNeuronPowerNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronPReLUNodeMPSCNNNeuronPReLUNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronReLUNNodeMPSCNNNeuronReLUNNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronReLUNodeMPSCNNNeuronReLUNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronSigmoidNodeMPSCNNNeuronSigmoidNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronSoftPlusNodeMPSCNNNeuronSoftPlusNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronSoftSignNodeMPSCNNNeuronSoftSignNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)static MPSCNNNeuronTanHNodeMPSCNNNeuronTanHNode. create(MPSNNImageNode sourceNode, MPSNNNeuronDescriptor descriptor)MPSNNGradientFilterNodeMPSNNFilterNode. gradientFilter(MPSNNImageNode gradientImage)MPSNNLossGradientNodeMPSNNForwardLossNode. gradientFilter(MPSNNImageNode sourceGradient)NSArray<MPSNNGradientFilterNode>MPSNNFilterNode. gradientFilters(MPSNNImageNode gradientImage)NSArray<MPSNNLossGradientNode>MPSNNForwardLossNode. gradientFiltersEx(MPSNNImageNode sourceGradient)protected longMPSCNNBatchNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNBatchNormalizationNode. init(MPSNNImageNode source, MPSCNNBatchNormalizationDataSource dataSource)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 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)protected longMPSCNNConvolutionGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSCNNConvolutionGradientStateNode gradientState, MPSCNNConvolutionDataSource weights)protected longMPSCNNConvolutionNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights)protected longMPSCNNConvolutionTransposeGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSCNNConvolutionTransposeGradientStateNode gradientState, MPSCNNConvolutionDataSource weights)protected longMPSCNNConvolutionTransposeNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionGradientStateNode convolutionGradientState, MPSCNNConvolutionDataSource weights)protected longMPSCNNCrossChannelNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelSize)protected longMPSCNNCrossChannelNormalizationNode. init(MPSNNImageNode sourceNode)protected longMPSCNNCrossChannelNormalizationNode. init(MPSNNImageNode sourceNode, long kernelSize)protected longMPSCNNDilatedPoolingMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY, long dilationRateX, long dilationRateY)protected longMPSCNNDilatedPoolingMaxNode. init(MPSNNImageNode sourceNode, long size)protected longMPSCNNDilatedPoolingMaxNode. init(MPSNNImageNode sourceNode, long size, long stride, long dilationRate)protected longMPSCNNDilatedPoolingMaxNode. init(MPSNNImageNode sourceNode, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY, long dilationRateX, long dilationRateY)protected longMPSCNNDropoutGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, float keepProbability, long seed, MTLSize maskStrideInPixels)protected longMPSCNNDropoutNode. init(MPSNNImageNode source)protected longMPSCNNDropoutNode. init(MPSNNImageNode source, float keepProbability)protected longMPSCNNDropoutNode. init(MPSNNImageNode source, float keepProbability, long seed, MTLSize maskStrideInPixels)protected longMPSCNNFullyConnectedGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSCNNConvolutionGradientStateNode gradientState, MPSCNNConvolutionDataSource weights)protected longMPSCNNFullyConnectedNode. init(MPSNNImageNode sourceNode, MPSCNNConvolutionDataSource weights)protected longMPSCNNGroupNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNGroupNormalizationNode. init(MPSNNImageNode source, MPSCNNGroupNormalizationDataSource dataSource)protected longMPSCNNInstanceNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNInstanceNormalizationNode. init(MPSNNImageNode source, MPSCNNInstanceNormalizationDataSource dataSource)protected longMPSCNNLocalContrastNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight)protected longMPSCNNLocalContrastNormalizationNode. init(MPSNNImageNode sourceNode)protected longMPSCNNLocalContrastNormalizationNode. init(MPSNNImageNode sourceNode, long kernelSize)protected longMPSCNNLogSoftMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNLogSoftMaxNode. init(MPSNNImageNode sourceNode)protected longMPSCNNLossNode. init(MPSNNImageNode source, MPSCNNLossDescriptor descriptor)protected longMPSCNNNeuronAbsoluteNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronELUNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronELUNode. init(MPSNNImageNode sourceNode, float a)protected longMPSCNNNeuronExponentialNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronExponentialNode. init(MPSNNImageNode sourceNode, float a, float b, float c)protected longMPSCNNNeuronGeLUNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, MPSNNNeuronDescriptor descriptor)protected longMPSCNNNeuronHardSigmoidNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronHardSigmoidNode. init(MPSNNImageNode sourceNode, float a, float b)protected longMPSCNNNeuronLinearNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronLinearNode. init(MPSNNImageNode sourceNode, float a, float b)protected longMPSCNNNeuronLogarithmNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronLogarithmNode. init(MPSNNImageNode sourceNode, float a, float b, float c)protected longMPSCNNNeuronPowerNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronPowerNode. init(MPSNNImageNode sourceNode, float a, float b, float c)protected longMPSCNNNeuronPReLUNode. init(MPSNNImageNode sourceNode, NSData aData)protected longMPSCNNNeuronReLUNNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronReLUNNode. init(MPSNNImageNode sourceNode, float a, float b)protected longMPSCNNNeuronReLUNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronReLUNode. init(MPSNNImageNode sourceNode, float a)protected longMPSCNNNeuronSigmoidNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronSoftPlusNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronSoftPlusNode. init(MPSNNImageNode sourceNode, float a, float b)protected longMPSCNNNeuronSoftSignNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronTanHNode. init(MPSNNImageNode sourceNode)protected longMPSCNNNeuronTanHNode. init(MPSNNImageNode sourceNode, float a, float b)protected longMPSCNNNormalizationNode. init(MPSNNImageNode sourceNode)protected longMPSCNNPoolingGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY, MPSNNPadding paddingPolicy)protected longMPSCNNPoolingNode. init(MPSNNImageNode sourceNode, long size)protected longMPSCNNPoolingNode. init(MPSNNImageNode sourceNode, long size, long stride)protected longMPSCNNPoolingNode. init(MPSNNImageNode sourceNode, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY)protected longMPSCNNSoftMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNSoftMaxNode. init(MPSNNImageNode sourceNode)protected longMPSCNNSpatialNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelSize)protected longMPSCNNSpatialNormalizationNode. init(MPSNNImageNode sourceNode)protected longMPSCNNSpatialNormalizationNode. init(MPSNNImageNode sourceNode, long kernelSize)protected longMPSCNNUpsamplingBilinearGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, double scaleFactorX, double scaleFactorY)protected longMPSCNNUpsamplingBilinearNode. init(MPSNNImageNode sourceNode, long integerScaleFactorX, long integerScaleFactorY)protected longMPSCNNUpsamplingBilinearNode. init(MPSNNImageNode sourceNode, long integerScaleFactorX, long integerScaleFactorY, boolean alignCorners)protected longMPSCNNUpsamplingNearestGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, double scaleFactorX, double scaleFactorY)protected longMPSCNNUpsamplingNearestNode. init(MPSNNImageNode sourceNode, long integerScaleFactorX, long integerScaleFactorY)protected longMPSCNNYOLOLossNode. init(MPSNNImageNode source, MPSCNNYOLOLossDescriptor descriptor)protected longMPSNNArithmeticGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNBinaryGradientStateNode gradientState, boolean isSecondarySourceFilter)protected longMPSNNBinaryArithmeticNode. init(MPSNNImageNode left, MPSNNImageNode right)protected longMPSNNConcatenationGradientNode. init(MPSNNImageNode gradientSourceNode, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNForwardLossNode. init(MPSNNImageNode source, MPSNNImageNode labels, MPSCNNLossDescriptor descriptor)protected longMPSNNForwardLossNode. init(MPSNNImageNode source, MPSNNImageNode labels, MPSNNImageNode weights, MPSCNNLossDescriptor descriptor)protected longMPSNNGramMatrixCalculationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNGramMatrixCalculationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, float alpha)protected longMPSNNGramMatrixCalculationNode. init(MPSNNImageNode sourceNode)protected longMPSNNGramMatrixCalculationNode. init(MPSNNImageNode sourceNode, float alpha)protected longMPSNNGraph. init(MTLDevice device, MPSNNImageNode resultImage)Deprecated.Deprecated in iOS 11.3.protected longMPSNNGraph. init(MTLDevice device, MPSNNImageNode resultImage, boolean resultIsNeeded)protected longMPSNNInitialGradientNode. init(MPSNNImageNode source)protected longMPSNNLossGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNImageNode labels, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSNNLossGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNImageNode labels, MPSNNImageNode weights, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSNNPadGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNPadNode. init(MPSNNImageNode source, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter, MPSImageEdgeMode edgeMode)protected longMPSNNReductionSpatialMeanGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNReshapeGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNReshapeNode. init(MPSNNImageNode source, long resultWidth, long resultHeight, long resultFeatureChannels)protected longMPSNNScaleNode. init(MPSNNImageNode sourceNode, MTLSize size)protected longMPSNNScaleNode. init(MPSNNImageNode sourceNode, MPSImageTransformProvider transformProvider, MTLSize size)protected longMPSNNUnaryReductionNode. init(MPSNNImageNode sourceNode)NSArray<MPSNNFilterNode>MPSNNFilterNode. trainingGraph(MPSNNImageNode gradientImage, VoidBlock4<MPSNNFilterNode,MPSNNFilterNode,MPSNNImageNode,MPSNNImageNode> nodeHandler)Method parameters in org.robovm.apple.metalps with type arguments of type MPSNNImageNode Modifier and Type Method Description MPSNNGradientFilterNodeMPSNNFilterNode. gradientFilter(NSArray<MPSNNImageNode> gradientImages)MPSNNLossGradientNodeMPSNNForwardLossNode. gradientFilter(NSArray<MPSNNImageNode> sourceGradient)NSArray<MPSNNGradientFilterNode>MPSNNBinaryArithmeticNode. gradientFilters(NSArray<MPSNNImageNode> gradientImages)NSArray<MPSNNGradientFilterNode>MPSNNFilterNode. gradientFilters(NSArray<MPSNNImageNode> gradientImages)NSArray<MPSNNLossGradientNode>MPSNNForwardLossNode. gradientFiltersEx(NSArray<MPSNNImageNode> sourceGradient)protected longMPSNNArithmeticGradientNode. init(NSArray<MPSNNImageNode> gradientImages, MPSNNFilterNode filter, boolean isSecondarySourceFilter)protected longMPSNNBinaryArithmeticNode. init(NSArray<MPSNNImageNode> sourceNodes)protected longMPSNNConcatenationNode. init(NSArray<MPSNNImageNode> sourceNodes)protected longMPSNNForwardLossNode. init(NSArray<MPSNNImageNode> sourceNodes, MPSCNNLossDescriptor descriptor)protected longMPSNNGraph. init(MTLDevice device, NSArray<MPSNNImageNode> resultImages, BooleanPtr areResultsNeeded)protected longMPSNNLossGradientNode. init(NSArray<MPSNNImageNode> sourceNodes, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)NSArray<MPSNNFilterNode>MPSNNFilterNode. trainingGraph(MPSNNImageNode gradientImage, VoidBlock4<MPSNNFilterNode,MPSNNFilterNode,MPSNNImageNode,MPSNNImageNode> nodeHandler)NSArray<MPSNNFilterNode>MPSNNFilterNode. trainingGraph(MPSNNImageNode gradientImage, VoidBlock4<MPSNNFilterNode,MPSNNFilterNode,MPSNNImageNode,MPSNNImageNode> nodeHandler)