From 932b603eea9d1c8cbbd1d1192f21e7d79df3ad73 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 31 May 2024 19:24:16 -0700 Subject: [PATCH] Add int64/uint64 to ArrayBufferView compatibility table (#698) Fixes #693 --- index.bs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.bs b/index.bs index 16f967b4..6a41c02e 100644 --- a/index.bs +++ b/index.bs @@ -6040,6 +6040,12 @@ const graph = await builder.build({'output': output}); {{MLOperandDataType/float16}} {{Float16Array}} + + {{MLOperandDataType/int64}} + {{BigInt64Array}} + + {{MLOperandDataType/uint64}} + {{BigUint64Array}} {{MLOperandDataType/int32}} {{Int32Array}}