MPSCnnBinaryConvolution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A MPSCnnKernel that has binary weights and convolves its input.
[Foundation.Register("MPSCNNBinaryConvolution", true)]
public class MPSCnnBinaryConvolution : MetalPerformanceShaders.MPSCnnKernel
[<Foundation.Register("MPSCNNBinaryConvolution", true)>]
type MPSCnnBinaryConvolution = class
inherit MPSCnnKernel
- Inheritance
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| MPSCnnBinaryConvolution(IMTLDevice, IMPSCnnConvolutionDataSource, Single, MPSCnnBinaryConvolutionType, MPSCnnBinaryConvolutionFlags) | |
| MPSCnnBinaryConvolution(IMTLDevice, IMPSCnnConvolutionDataSource, Single[], Single[], Single[], Single[], MPSCnnBinaryConvolutionType, MPSCnnBinaryConvolutionFlags) | |
| MPSCnnBinaryConvolution(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MPSCnnBinaryConvolution(NSCoder, IMTLDevice) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPSCnnBinaryConvolution(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPSCnnBinaryConvolution(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AppendBatchBarrier | (Inherited from MPSCnnKernel) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ClipRect | (Inherited from MPSCnnKernel) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DestinationFeatureChannelOffset | (Inherited from MPSCnnKernel) |
| DestinationImageAllocator | (Inherited from MPSCnnKernel) |
| Device |
Gets the device for which the kernel will be encoded. (Inherited from MPSKernel) |
| DilationRateX | (Inherited from MPSCnnKernel) |
| DilationRateY | (Inherited from MPSCnnKernel) |
| EdgeMode | (Inherited from MPSCnnKernel) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InputFeatureChannels | |
| IsBackwards | (Inherited from MPSCnnKernel) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| IsResultStateReusedAcrossBatch | (Inherited from MPSCnnKernel) |
| IsStateModified | (Inherited from MPSCnnKernel) |
| KernelHeight | (Inherited from MPSCnnKernel) |
| KernelWidth | (Inherited from MPSCnnKernel) |
| Label |
Gets or sets a programmer-friendly name for the shader (Inherited from MPSKernel) |
| Offset | (Inherited from MPSCnnKernel) |
| Options |
Gets or sets the list of kernel options for running the shader. (Inherited from MPSKernel) |
| OutputFeatureChannels | |
| Padding | (Inherited from MPSCnnKernel) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SourceFeatureChannelMaxCount | (Inherited from MPSCnnKernel) |
| SourceFeatureChannelOffset | (Inherited from MPSCnnKernel) |
| StrideInPixelsX | (Inherited from MPSCnnKernel) |
| StrideInPixelsY | (Inherited from MPSCnnKernel) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |