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-Thu2Jul 13 2017 MPSCNNFullyConnectedNode(3)
Mac OS X 10.12.6 - Generated Sun Oct 29 18:15:09 CDT 2017