MLCTensorDescriptor.CreateConvolutionWeights Method
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.
Overloads
| Name | Description |
|---|---|
| CreateConvolutionWeights(UIntPtr, UIntPtr, MLCDataType) | |
| CreateConvolutionWeights(UIntPtr, UIntPtr, UIntPtr, UIntPtr, MLCDataType) |
CreateConvolutionWeights(UIntPtr, UIntPtr, MLCDataType)
[Foundation.Export("convolutionWeightsDescriptorWithInputFeatureChannelCount:outputFeatureChannelCount:dataType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCTensorDescriptor? CreateConvolutionWeights(UIntPtr inputFeatureChannelCount, UIntPtr outputFeatureChannelCount, MLCompute.MLCDataType dataType);
[<Foundation.Export("convolutionWeightsDescriptorWithInputFeatureChannelCount:outputFeatureChannelCount:dataType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateConvolutionWeights : unativeint * unativeint * MLCompute.MLCDataType -> MLCompute.MLCTensorDescriptor
Parameters
- inputFeatureChannelCount
-
UIntPtr
unativeint
- outputFeatureChannelCount
-
UIntPtr
unativeint
- dataType
- MLCDataType
Returns
- Attributes
Applies to
CreateConvolutionWeights(UIntPtr, UIntPtr, UIntPtr, UIntPtr, MLCDataType)
[Foundation.Export("convolutionWeightsDescriptorWithWidth:height:inputFeatureChannelCount:outputFeatureChannelCount:dataType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCTensorDescriptor? CreateConvolutionWeights(UIntPtr width, UIntPtr height, UIntPtr inputFeatureChannelCount, UIntPtr outputFeatureChannelCount, MLCompute.MLCDataType dataType);
[<Foundation.Export("convolutionWeightsDescriptorWithWidth:height:inputFeatureChannelCount:outputFeatureChannelCount:dataType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateConvolutionWeights : unativeint * unativeint * unativeint * unativeint * MLCompute.MLCDataType -> MLCompute.MLCTensorDescriptor
Parameters
- width
-
UIntPtr
unativeint
- height
-
UIntPtr
unativeint
- inputFeatureChannelCount
-
UIntPtr
unativeint
- outputFeatureChannelCount
-
UIntPtr
unativeint
- dataType
- MLCDataType
Returns
- Attributes