manpagez: man pages & more
man MPSCNNConvolutionState(3)
Home | html | info | man
MPSCNNConvolutionState(3)




NAME

       MPSCNNConvolutionState


SYNOPSIS

       #import <MPSCNNConvolution.h>

       Inherits MPSState, and <MPSImageSizeEncodingState>.

   Properties
       NSUInteger kernelWidth
       NSUInteger kernelHeight
       MPSOffset sourceOffset

   Additional Inherited Members

Detailed Description

       The MPSCNNConvolutionState is returned by encode call of
       MPSCNNConvolution. It will be consumed by MPSCNNConvolutionTranspose
       which needs size of source used by corresponding MPSCNNConvolution in
       forward pass to correctly size its destination. User is responsible for
       releasing it after it is consumed.


Property Documentation

   - kernelHeight [read],  [nonatomic],  [assign]
       The height of the kernel MPSCNNConvolution

   - kernelWidth [read],  [nonatomic],  [assign]
       The width of the kernel MPSCNNConvolution

   - sourceOffset [read],  [nonatomic],  [assign]
       The offset to the source image set on MPSCNNConvolution during the
       encode call. This may have been set by the padding policy provided by
       the user.



Author

       Generated automatically by Doxygen for
       MetalPerformanceShaders.framework from the source code.





Version MetalPerformanceShaders-Thu2Jul 13 2017      MPSCNNConvolutionState(3)


Mac OS X 10.12.6 - Generated Sun Oct 29 15:35:46 CDT 2017
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.