Skip to content

Commit

Permalink
Update doc for contrib op
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Dec 6, 2023
1 parent f74ac83 commit a77e0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ContribOperators.md
Original file line number Diff line number Diff line change
Expand Up @@ -1599,14 +1599,14 @@ This version of the operator has been available since version 1 of the 'com.micr
#### Inputs (1 - ∞)

<dl>
<dt><tt>inputs</tt> (variadic) : T</dt>
<dt><tt>inputs</tt> (variadic, heterogeneous) : T</dt>
<dd>List of tensors for inputs</dd>
</dl>

#### Outputs (1 - &#8734;)

<dl>
<dt><tt>outputs</tt> (variadic) : T</dt>
<dt><tt>outputs</tt> (variadic, heterogeneous) : T</dt>
<dd>One or more outputs, list of tensors for outputs</dd>
</dl>

Expand Down

0 comments on commit a77e0a0

Please sign in to comment.