Skip to content

Commit 469bb00

Browse files
authored
fix(conf): add missing info for special_log_softmax (flagos-ai#5333)
* fix(conf): add missing info for special_log_softmax * fix(conf): fix special_legendre_polynomial_p error * fix(conf): fix order
1 parent 91fceb0 commit 469bb00

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

conf/operators.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9675,6 +9675,14 @@ ops:
96759675
Applies the log of the softmax function along a given dimension.
96769676
for:
96779677
- special.log_softmax
9678+
labels:
9679+
- aten
9680+
- nn.functional
9681+
- KernelGen
9682+
kind:
9683+
- Math
9684+
stages:
9685+
- alpha: '5.4'
96789686
- id: special_log1p
96799687
description: Computes log(1 + x) for each element of the input tensor.
96809688
for:

0 commit comments

Comments
 (0)