You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Constrain input and output types to float tensors.</dd>
3134
3134
</dl>
3135
3135
3136
3136
@@ -4543,19 +4543,19 @@ This version of the operator has been available since version 1 of the 'com.micr
4543
4543
<dd>2D input tensor with shape (num_rows, num_experts)</dd>
4544
4544
<dt><tt>fc1_experts_weights</tt> : T1</dt>
4545
4545
<dd>3D input tensor with shape (num_experts, hidden_size, inter_size) or (num_experts, hidden_size, inter_size / 2). For swiglu, shape can be (num_experts, hidden_size, 2 * inter_size) or (num_experts, hidden_size, inter_size).</dd>
4546
-
<dt><tt>fc1_scales</tt> : T</dt>
4546
+
<dt><tt>fc1_scales</tt> : T2</dt>
4547
4547
<dd>2D input tensor with shape (num_experts, inter_size), or (num_experts, 2 * inter_size) for swiglu</dd>
4548
4548
<dt><tt>fc1_experts_bias</tt> (optional) : T</dt>
4549
4549
<dd>2D optional input tensor with shape (num_experts, inter_size), or (num_experts, 2 * inter_size) for swiglu</dd>
4550
4550
<dt><tt>fc2_experts_weights</tt> : T1</dt>
4551
4551
<dd>3D input tensor with shape (num_experts, inter_size, hidden_size) or (num_experts, inter_size, hidden_size / 2)</dd>
4552
-
<dt><tt>fc2_scales</tt> : T</dt>
4552
+
<dt><tt>fc2_scales</tt> : T2</dt>
4553
4553
<dd>2D input tensor with shape (num_experts, hidden_size)</dd>
4554
4554
<dt><tt>fc2_experts_bias</tt> (optional) : T</dt>
4555
4555
<dd>2D optional input tensor with shape (num_experts, hidden_size)</dd>
0 commit comments