Skip to content

Commit 21ee468

Browse files
committed
update doc for op schema
1 parent babf513 commit 21ee468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ContribOperators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ This version of the operator has been available since version 1 of the 'com.micr
16251625
#### Type Constraints
16261626

16271627
<dl>
1628-
<dt><tt>T</tt> : tensor(int8), tensor(int16), tensor(int32), tensor(int64), tensor(uint8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(float16), tensor(float), tensor(double)</dt>
1628+
<dt><tt>T</tt> : tensor(int8), tensor(int16), tensor(int32), tensor(int64), tensor(uint8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(float16), tensor(float), tensor(double), tensor(bfloat16)</dt>
16291629
<dd>Constrain input and output types.</dd>
16301630
</dl>
16311631

0 commit comments

Comments
 (0)