Query: mpscnnbatchnormalizationnode
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MPSCNNBatchNormalizationNode(3) MetalPerformanceShaders.framework MPSCNNBatchNormalizationNode(3)NAMEMPSCNNBatchNormalizationNodeSYNOPSIS#import <MPSNNGraphNodes.h> Inherits MPSNNFilterNode. Instance Methods (nonnull instancetype) - initWithSource:dataSource: Class Methods (nonnull instancetype) + nodeWithSource:dataSource: Properties MPSCNNBatchNormalizationFlags flags Detailed Description A node representing batch normalization for inference or training Batch normalization operates differently for inference and training. For inference, the normalization is done according to a static statistical representation of data saved during training. For training, this representation is ever evolving. In the low level MPS batch normalization interface, during training, the batch normalization is broken up into two steps: calculation of the statistical representation of input data, followed by normalization once the statistics are known for the entire batch. These are MPSCNNBatchNormalizationStatistics and MPSCNNBatchNormalization, respectively. When this node appears in a graph and is not required to produce a MPSCNNBatchNormalizationState -- that is, MPSCNNBatchNormalizationNode.resultState is not used within the graph -- then it operates in inference mode and new batch-only statistics are not calculated. When this state node is consumed, then the node is assumed to be in training mode and new statistics will be calculated and written to the MPSCNNBatchNormalizationState and passed along to the MPSCNNBatchNormalizationGradient and MPSCNNBatchNormalizationStatisticsGradient as necessary. This should allow you to construct an identical sequence of nodes for inference and training and expect the to right thing happen. Method Documentation - (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) source(nonnull id< MPSCNNBatchNormalizationDataSource >) dataSource + (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull) source(nonnull id< MPSCNNBatchNormalizationDataSource >) dataSource Property Documentation - (MPSCNNBatchNormalizationFlags) flags [read], [write], [nonatomic], [assign] Options controlling how batch normalization is calculated Default: MPSCNNBatchNormalizationFlagsDefault Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNBatchNormalizationNode(3)
Related Man Pages |
---|
mpscnnbatchnormalization(3) - mojave |
mpscnnconvolutionnode(3) - mojave |
mpscnndilatedpoolingmaxgradientnode(3) - mojave |
mpscnnlossnode(3) - mojave |
mpscnnpoolingnode(3) - mojave |
Similar Topics in the Unix Linux Community |
---|
C Brain Teaser |
Problems understanding example code |
Recommendation help... |
Prepping for the RHEL Sysadmin & Cert'd Eng. exams |
Solaris for a training: PC vs Sparc |