Share via


MLCTensorDescriptor.CreateConvolutionWeights Method

Definition

Overloads

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

Applies to