From 0796ff2e027c1fa413fb0cfa612261203a8124e2 Mon Sep 17 00:00:00 2001 From: Ningxin Hu Date: Sun, 4 Jan 2026 10:30:56 +0800 Subject: [PATCH] Drop support of 8-bit integers input for CumulativeSum Fix #892 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index d3a5fea6..15294349 100644 --- a/index.bs +++ b/index.bs @@ -3333,7 +3333,7 @@ partial dictionary MLOpSupportLimits { {{input}} - [=/any data type|any=] + {{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}}, {{MLOperandDataType/"uint32"}}, {{MLOperandDataType/"int64"}}, {{MLOperandDataType/"uint64"}} 1 to [=/any rank|N=]