MPSCNNDropoutNode(3) MetalPerformanceShaders.framework MPSCNNDropoutNode(3)
NAME
MPSCNNDropoutNode
SYNOPSIS
#import <MPSNNGraphNodes.h>
Inherits MPSNNFilterNode.
Instance Methods
(nonnull instancetype) - initWithSource:
(nonnull instancetype) - initWithSource:keepProbability:
(nonnull instancetype) - initWithSource:keepProbability:seed:maskStrideInPixels:
Class Methods
(nonnull instancetype) + nodeWithSource:
(nonnull instancetype) + nodeWithSource:keepProbability:
(nonnull instancetype) + nodeWithSource:keepProbability:seed:maskStrideInPixels:
Properties
float keepProbability
NSUInteger seed
MTLSize maskStrideInPixels
Method Documentation
- (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) source
- (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) source(float) keepProbability
- (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) source(float) keepProbability(NSUInteger) seed(MTLSize) maskStrideInPixels
+ (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull) source
+ (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull) source(float) keepProbability
+ (nonnull instancetype) nodeWithSource: (MPSNNImageNode *__nonnull) source(float) keepProbability(NSUInteger) seed(MTLSize) maskStrideInPixels
Property Documentation
- (float) keepProbability [read], [nonatomic], [assign]
- (MTLSize) maskStrideInPixels [read], [nonatomic], [assign]
- (NSUInteger) seed [read], [nonatomic], [assign]
Author
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNDropoutNode(3)