mojave man page for mpscnnneuronsigmoid

Query: mpscnnneuronsigmoid

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MPSCNNNeuronSigmoid(3)					 MetalPerformanceShaders.framework				    MPSCNNNeuronSigmoid(3)

NAME
MPSCNNNeuronSigmoid
SYNOPSIS
#import <MPSCNNNeuron.h> Inherits MPSCNNNeuron. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework Specifies the sigmoid neuron filter. For each pixel, applies the following function: f(x) = 1 / (1 + e^-x) Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize a neuron filter Parameters: device The device the filter will run on Returns: A valid MPSCNNNeuronSigmoid object or nil, if failure. Reimplemented from MPSCNNNeuron. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNNeuronSigmoid(3)
Related Man Pages
mpscnnneuronlinear(3) - mojave
mpscnnneuronprelu(3) - mojave
mpscnnneuronpower(3) - mojave
mpscnnneurontanh(3) - mojave
mpscnnpoolingmax(3) - mojave
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Shopt -s histappend
Controlling user input
[BASH] eval command not expanding variables as expected.