File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ def forward_common_atomic(
171171 frame parameters, shape: nf x dim_fparam
172172 aparam
173173 atomic parameter, shape: nf x nloc x dim_aparam
174+ atomic_weight
175+ atomic weights for scaling outputs, shape: nf x nloc x dim_aw
176+ if provided, all output values will be multiplied by this weight.
174177
175178 Returns
176179 -------
Original file line number Diff line number Diff line change @@ -227,6 +227,9 @@ def forward_common_atomic(
227227 atomic parameter, shape: nf x nloc x dim_aparam
228228 comm_dict
229229 The data needed for communication for parallel inference.
230+ atomic_weight
231+ atomic weights for scaling outputs, shape: nf x nloc x dim_aw
232+ if provided, all output values will be multiplied by this weight.
230233
231234 Returns
232235 -------
You can’t perform that action at this time.
0 commit comments