MLCTensor.CreateByDequantizing 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 |
|---|---|
| CreateByDequantizing(MLCDataType, MLCTensor, MLCTensor, IntPtr) | |
| CreateByDequantizing(MLCDataType, MLCTensor, MLCTensor) |
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
- type
- MLCDataType
- 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
- type
- MLCDataType
- scale
- MLCTensor
- bias
- MLCTensor
Returns
- Attributes