Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#14782: Automating supported params table for unary backward ops #14894

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/source/ttnn/ttnn/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,15 @@ Pointwise Unary
ttnn.threshold
ttnn.trunc
ttnn.clamp_bw
ttnn.clip_bw
ttnn.hardtanh_bw
ttnn.threshold_bw
ttnn.softplus_bw
ttnn.rdiv_bw
ttnn.bias_gelu_bw
ttnn.pow_bw
ttnn.exp_bw
ttnn.tanh_bw
ttnn.sqrt_bw
ttnn.assign_bw
ttnn.multigammaln_bw
ttnn.lgamma_bw
ttnn.fill_bw
Expand Down Expand Up @@ -255,8 +254,6 @@ Pointwise Unary
ttnn.logiteps_bw
ttnn.log2_bw
ttnn.sign_bw
ttnn.fmod_bw
ttnn.remainder_bw
ttnn.div_no_nan_bw
ttnn.exp2_bw
ttnn.expm1_bw
Expand Down Expand Up @@ -341,9 +338,13 @@ Pointwise Binary
ttnn.scatter
ttnn.atan2
ttnn.add_bw
ttnn.assign_bw
ttnn.atan2_bw
ttnn.bias_gelu_bw
ttnn.div_bw
ttnn.embedding_bw
ttnn.fmod_bw
ttnn.remainder_bw
ttnn.addalpha_bw
ttnn.subalpha_bw
ttnn.xlogy_bw
Expand Down
Loading
Loading