Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpsnnarithmeticgradientnode(3) [mojave man page]

MPSNNArithmeticGradientNode(3)				 MetalPerformanceShaders.framework			    MPSNNArithmeticGradientNode(3)

NAME
MPSNNArithmeticGradientNode SYNOPSIS
#import <MPSNNGraphNodes.h> Inherits MPSNNGradientFilterNode. Inherited by MPSNNAdditionGradientNode, MPSNNMultiplicationGradientNode, and MPSNNSubtractionGradientNode. Instance Methods (nonnull instancetype) - initWithSourceGradient:sourceImage:gradientState: (nonnull instancetype) - initWithGradientImages:forwardFilter:isSecondarySourceFilter: Class Methods (nonnull instancetype) + nodeWithSourceGradient:sourceImage:gradientState: Properties float primaryScale float secondaryScale float bias NSUInteger secondaryStrideInPixelsX NSUInteger secondaryStrideInPixelsY NSUInteger secondaryStrideInFeatureChannels float minimumValue float maximumValue bool isSecondarySourceFilter Method Documentation - (nonnull instancetype) initWithGradientImages: (NSArray< MPSNNImageNode * > *__nonnull) gradientImages(MPSNNFilterNode *__nonnull) filter(bool) isSecondarySourceFilter create a new arithmetic gradient node See also -[MPSCNNNeuronNode gradientFilterNodesWithSources:] for an easier way to do this. Parameters: gradientImages The input gradient from the 'downstream' gradient filter and the source input image from the forward pass (primary or secondary). filter The matching filter node from the forward pass. isSecondarySourceFilter The isSecondarySourceFilter property is used to indicate whether the arithmetic gradient filter is operating on the primary or secondary source image from the forward pass. - (nonnull instancetype) initWithSourceGradient: (MPSNNImageNode *__nonnull) sourceGradient(MPSNNImageNode *__nonnull) sourceImage(MPSNNBinaryGradientStateNode *__nonnull) gradientState create a new arithmetic gradient node See also -[MPSCNNNeuronNode gradientFilterNodesWithSources:] for an easier way to do this. Parameters: sourceGradient The input gradient from the 'downstream' gradient filter. sourceImage The source input image from the forward pass (primary or secondary). gradientState The gradient state produced by the concatenation filter, consumed by this filter. + (nonnull instancetype) nodeWithSourceGradient: (MPSNNImageNode *__nonnull) sourceGradient(MPSNNImageNode *__nonnull) sourceImage(MPSNNBinaryGradientStateNode *__nonnull) gradientState create a new arithmetic gradient node See also -[MPSCNNNeuronNode gradientFilterNodesWithSources:] for an easier way to do this. Parameters: sourceGradient The input gradient from the 'downstream' gradient filter. sourceImage The source input image from the forward pass (primary or secondary). gradientState The gradient state produced by the concatenation filter, consumed by this filter. Property Documentation - (float) bias [read], [write], [nonatomic], [assign] - (bool) isSecondarySourceFilter [read], [write], [nonatomic], [assign] - (float) maximumValue [read], [write], [nonatomic], [assign] - (float) minimumValue [read], [write], [nonatomic], [assign] - (float) primaryScale [read], [write], [nonatomic], [assign] - (float) secondaryScale [read], [write], [nonatomic], [assign] - (NSUInteger) secondaryStrideInFeatureChannels [read], [write], [nonatomic], [assign] - (NSUInteger) secondaryStrideInPixelsX [read], [write], [nonatomic], [assign] - (NSUInteger) secondaryStrideInPixelsY [read], [write], [nonatomic], [assign] Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSNNArithmeticGradientNode(3)

Check Out this Related Man Page

MPSCNNLocalContrastNormalizationGradientNode(3) 	 MetalPerformanceShaders.framework	   MPSCNNLocalContrastNormalizationGradientNode(3)

NAME
MPSCNNLocalContrastNormalizationGradientNode SYNOPSIS
#import <MPSNNGraphNodes.h> Inherits MPSNNGradientFilterNode. Instance Methods (nonnull instancetype) - initWithSourceGradient:sourceImage:gradientState:kernelWidth:kernelHeight: Class Methods (nonnull instancetype) + nodeWithSourceGradient:sourceImage:gradientState:kernelWidth:kernelHeight: Properties float alpha float beta float delta float p0 float pm float ps NSUInteger kernelWidth NSUInteger kernelHeight Method Documentation - (nonnull instancetype) initWithSourceGradient: (MPSNNImageNode *__nonnull) sourceGradient(MPSNNImageNode *__nonnull) sourceImage(MPSNNGradientStateNode *__nonnull) gradientState(NSUInteger) kernelWidth(NSUInteger) kernelHeight + (nonnull instancetype) nodeWithSourceGradient: (MPSNNImageNode *__nonnull) sourceGradient(MPSNNImageNode *__nonnull) sourceImage(MPSNNGradientStateNode *__nonnull) gradientState(NSUInteger) kernelWidth(NSUInteger) kernelHeight Property Documentation - alpha [read], [write], [nonatomic], [assign] The value of alpha. Default is 0.0 The default value 0.0 is not recommended and is preserved for backwards compatibility. With alpha 0, it performs a local mean subtraction. The MPSCNNLocalContrastNormalizationNode used with the MPSNNGraph uses 1.0 as a default. - beta [read], [write], [nonatomic], [assign] The value of beta. Default is 0.5 - delta [read], [write], [nonatomic], [assign] The value of delta. Default is 1/1024 - (NSUInteger) kernelHeight [read], [nonatomic], [assign] - (NSUInteger) kernelWidth [read], [nonatomic], [assign] - p0 [read], [write], [nonatomic], [assign] The value of p0. Default is 1.0 - pm [read], [write], [nonatomic], [assign] The value of pm. Default is 0.0 - ps [read], [write], [nonatomic], [assign] The value of ps. Default is 1.0 Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNLocalContrastNormalizationGradientNode(3)
Man Page