add mode parameter for quantization

This commit is contained in:
Awni Hannun
2025-08-15 17:36:55 -07:00
committed by Awni Hannun
parent 584d48458e
commit e04e17e3b6
9 changed files with 127 additions and 56 deletions

View File

@@ -127,7 +127,7 @@ relying on a copy from ``ensure_row_contiguous``:
name="myexp_strided",
input_names=["inp"],
output_names=["out"],
source=source
source=source,
ensure_row_contiguous=False,
)