MPSCNNFullyConnectedNode(3)				 MetalPerformanceShaders.framework			       MPSCNNFullyConnectedNode(3)

NAME
MPSCNNFullyConnectedNode SYNOPSIS
#import <MPSNNGraphNodes.h> Inherits MPSCNNConvolutionNode. Instance Methods (nonnull instancetype) - initWithSource:weights: Class Methods (nonnull instancetype) + nodeWithSource:weights: Additional Inherited Members Detailed Description A MPSNNFilterNode representing a MPSCNNFullyConnected kernel Method Documentation - (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) sourceNode(nonnull id< MPSCNNConvolutionDataSource >) weights Init a node representing a MPSCNNFullyConnected kernel Parameters: sourceNode The MPSNNImageNode representing the source MPSImage for the filter weights A pointer to a valid object conforming to the MPSCNNConvolutionDataSource protocol. This object is provided by you to encapsulate storage for convolution weights and biases. Returns: A new MPSNNFilter node for a MPSCNNFullyConnected kernel. Implements MPSCNNConvolutionNode. + (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull) sourceNode(nonnull id< MPSCNNConvolutionDataSource >) weights Init an autoreleased not representing a MPSCNNFullyConnected kernel Parameters: sourceNode The MPSNNImageNode representing the source MPSImage for the filter weights A pointer to a valid object conforming to the MPSCNNConvolutionDataSource protocol. This object is provided by you to encapsulate storage for convolution weights and biases. Returns: A new MPSNNFilter node for a MPSCNNConvolution kernel. Implements MPSCNNConvolutionNode. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNFullyConnectedNode(3)