From 21ee4687072eebe40ad30303e1616b474841fc5e Mon Sep 17 00:00:00 2001 From: Hector Li Date: Thu, 19 Dec 2024 13:45:39 -0800 Subject: [PATCH] update doc for op schema --- docs/ContribOperators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ContribOperators.md b/docs/ContribOperators.md index 6ea3f93cdea12..2290030073e5c 100644 --- a/docs/ContribOperators.md +++ b/docs/ContribOperators.md @@ -1625,7 +1625,7 @@ This version of the operator has been available since version 1 of the 'com.micr #### Type Constraints
-
T : tensor(int8), tensor(int16), tensor(int32), tensor(int64), tensor(uint8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(float16), tensor(float), tensor(double)
+
T : tensor(int8), tensor(int16), tensor(int32), tensor(int64), tensor(uint8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(float16), tensor(float), tensor(double), tensor(bfloat16)
Constrain input and output types.