MPSNNSlice(3) MetalPerformanceShaders.framework MPSNNSlice(3)
NAME
MPSNNSlice
SYNOPSIS
#import <MPSNNSlice.h>
Inherits MPSCNNKernel.
Instance Methods
(nonnull instancetype) - initWithDevice:
(nullable instancetype) - initWithCoder:device:
Additional Inherited Members
Method Documentation
- (nullable instancetype) initWithCoder: (NSCoder *__nonnull) aDecoder(__nonnull id< MTLDevice >) device
- (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device
Initialize a MPSNNSlice kernel
Parameters:
device The device the filter will run on
Returns:
A valid MPSNNSlice object or nil, if failure.
Reimplemented from MPSCNNKernel.
Author
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSNNSlice(3)