MPSCNNNeuronSoftSign(3) | MetalPerformanceShaders.framework | MPSCNNNeuronSoftSign(3) |
MPSCNNNeuronSoftSign
#import <MPSCNNNeuron.h>
Inherits MPSCNNNeuron.
(nonnull instancetype) - initWithDevice:
This depends on Metal.framework Specifies the softsign neuron filter. For each pixel, applies the following function: f(x) = x / (1 + abs(x))
Initialize a softsign neuron filter
Parameters:
Returns:
Reimplemented from MPSCNNNeuron.
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Mon Jul 9 2018 | Version MetalPerformanceShaders-119.3 |