A representation of a multiplication operator.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Metal Performance Shaders
Declaration
class MPSNNMultiplicationNode : MPSNNBinary Arithmetic Node
A representation of a multiplication operator.
SDKs
Framework
class MPSNNMultiplicationNode : MPSNNBinary Arithmetic Node
class MPSNNAddition Node
A representation of an addition operator.
class MPSNNAddition Gradient Node
A representation of a gradient addition operator.
class MPSNNSubtraction Node
A representation of an subtraction operator.
class MPSNNSubtraction Gradient Node
A representation of a gradient subtraction operator.
class MPSNNMultiplication Gradient Node
A representation of a gradient multiplication operator.
class MPSNNDivision Node
A representation of a division operator.
class MPSNNBinary Arithmetic Node
Virtual base class for basic arithmetic nodes.
class MPSNNArithmetic Gradient Node
A representation of the base class for gradient arithmetic operators.
class MPSNNArithmetic Gradient State Node
A representation of the clamp mask used by gradient arithmetic operators.