For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo struct
Struct_dequant_mxfp6
struct Struct_dequant_mxfp6
Registers the mo.dequant.mxfp6 graph op with the graph compiler.
Implemented traitsโ
Methodsโ
executeโ
static def execute[out_type: DType, in_type: DType, scales_type: DType, //, FP6_FORMAT: Int, target: StringSpan[ImmStaticOrigin]](output: ManagedTensorSlice[IOSpec[_, _].Output, static_spec=output.static_spec], input: ManagedTensorSlice[IOSpec[_, _].Input, static_spec=input.static_spec], scales: ManagedTensorSlice[IOSpec[_, _].Input, static_spec=scales.static_spec], context: DeviceContext)