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




NAME

       MPSCNNUpsamplingBilinearNode


SYNOPSIS

       #import <MPSNNGraphNodes.h>

       Inherits MPSNNFilterNode.

   Instance Methods
       (nonnull instancetype) -
           initWithSource:integerScaleFactorX:integerScaleFactorY:

   Class Methods
       (nonnull instancetype) +
           nodeWithSource:integerScaleFactorX:integerScaleFactorY:

   Properties
       double scaleFactorX
       double scaleFactorY


Detailed Description

       Node representing a MPSCNNUpsamplingBilinear kernel


Method Documentation

   - (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull)
       sourceNode(NSUInteger) integerScaleFactorX(NSUInteger)
       integerScaleFactorY
       Init a node representing a MPSCNNUpsamplingBilinear kernel

       Parameters:
           sourceNode The MPSNNImageNode representing the source MPSImage for
           the filter
           integerScaleFactorX The upsampling factor for the x dimension.
           integerScaleFactorY The upsampling factor for the y dimension.

       Returns:
           A new MPSNNFilter node for a MPSCNNUpsamplingBilinear kernel.



   + (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull)
       sourceNode(NSUInteger) integerScaleFactorX(NSUInteger)
       integerScaleFactorY
       Init a autoreleased node representing a MPSCNNUpsamplingBilinear kernel

       Parameters:
           sourceNode The MPSNNImageNode representing the source MPSImage for
           the filter
           integerScaleFactorX The upsampling factor for the x dimension.
           integerScaleFactorY The upsampling factor for the y dimension.

       Returns:
           A new MPSNNFilter node for a MPSCNNUpsamplingBilinear kernel.




Property Documentation

   - (double) scaleFactorX [read],  [nonatomic],  [assign]
   - (double) scaleFactorY [read],  [nonatomic],  [assign]

Author

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





Version MetalPerformanceShaders-Thu2Jul 13 2017MPSCNNUpsamplingBilinearNode(3)


Mac OS X 10.12.6 - Generated Mon Oct 30 15:10:18 CDT 2017
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.