Share via


MLCTensor.CreateByDequantizing Method

Definition

Overloads

CreateByDequantizing(MLCDataType, MLCTensor, MLCTensor, IntPtr)

[Foundation.Export("tensorByDequantizingToType:scale:bias:axis:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor? CreateByDequantizing(MLCompute.MLCDataType type, MLCompute.MLCTensor scale, MLCompute.MLCTensor bias, IntPtr axis);
[<Foundation.Export("tensorByDequantizingToType:scale:bias:axis:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateByDequantizing : MLCompute.MLCDataType * MLCompute.MLCTensor * MLCompute.MLCTensor * nativeint -> MLCompute.MLCTensor
override this.CreateByDequantizing : MLCompute.MLCDataType * MLCompute.MLCTensor * MLCompute.MLCTensor * nativeint -> MLCompute.MLCTensor

Parameters

scale
MLCTensor
bias
MLCTensor
axis
IntPtr

nativeint

Returns

Attributes

Applies to

CreateByDequantizing(MLCDataType, MLCTensor, MLCTensor)

[Foundation.Export("tensorByDequantizingToType:scale:bias:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor? CreateByDequantizing(MLCompute.MLCDataType type, MLCompute.MLCTensor scale, MLCompute.MLCTensor bias);
[<Foundation.Export("tensorByDequantizingToType:scale:bias:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateByDequantizing : MLCompute.MLCDataType * MLCompute.MLCTensor * MLCompute.MLCTensor -> MLCompute.MLCTensor
override this.CreateByDequantizing : MLCompute.MLCDataType * MLCompute.MLCTensor * MLCompute.MLCTensor -> MLCompute.MLCTensor

Parameters

scale
MLCTensor
bias
MLCTensor

Returns

Attributes

Applies to