A representation of an absolute neuron filter.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Metal Performance Shaders
Declaration
class MPSCNNNeuronAbsoluteNode : MPSCNNNeuron Node
A representation of an absolute neuron filter.
SDKs
Framework
class MPSCNNNeuronAbsoluteNode : MPSCNNNeuron Node
class MPSCNNNeuron ELUNode
A representation of a parametric ELU neuron filter.
class MPSCNNNeuron Hard Sigmoid Node
A representation of a hard sigmoid neuron filter.
class MPSCNNNeuron Linear Node
A representation of a linear neuron filter.
class MPSCNNNeuron PRe LUNode
A representation a PReLU neuron filter.
class MPSCNNNeuron Re LUNNode
A representation a ReLUN neuron filter.
class MPSCNNNeuron Re LUNode
A representation a ReLU neuron filter.
class MPSCNNNeuron Sigmoid Node
A representation of a sigmoid neuron filter.
class MPSCNNNeuron Soft Plus Node
A representation of a parametric softplus neuron filter.
class MPSCNNNeuron Soft Sign Node
A representation of a softsign neuron filter.
class MPSCNNNeuron Tan HNode
A representation of a hyperbolic tangent neuron filter.
class MPSCNNNeuron Exponential Node
A representation of an exponential neuron filter.
class MPSCNNNeuron Gradient Node
A representation of a gradient exponential neuron filter.
class MPSCNNNeuron Logarithm Node
A representation of a logarithm neuron filter.
class MPSCNNNeuron Power Node
A representation of a power neuron filter.
class MPSCNNNeuron Node
The virtual base class for MPS CNN neuron nodes.