MPSCNNDivide(3) MetalPerformanceShaders.framework MPSCNNDivide(3)
NAME
MPSCNNDivide
SYNOPSIS
#import <MPSCNNMath.h>
Inherits MPSCNNArithmetic.
Instance Methods
(nonnull instancetype) - initWithDevice:
Additional Inherited Members
Detailed Description
This depends on Metal.framework. Specifies the division operator. For each pixel in the primary source image (x) and each pixel in a
secondary source image (y), it applies the following function: result = ((primaryScale * x) / (secondaryScale * y)) + bias.
Method Documentation
- (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device
Initialize the division operator
Parameters:
device The device the filter will run on.
Returns:
A valid MPSCNNDivide object or nil, if failure.
Reimplemented from MPSCNNArithmetic.
Author
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNDivide(3)