Skip to content
Snippets Groups Projects
Commit f04c04a1 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix output in index.rst

parent f6dacee6
No related branches found
No related tags found
No related merge requests found
Pipeline #17316 failed
...@@ -72,9 +72,10 @@ You can see the derivatives with respective to the two inputs multiplied by the ...@@ -72,9 +72,10 @@ You can see the derivatives with respective to the two inputs multiplied by the
:options: -ELLIPSIS, +NORMALIZE_WHITESPACE :options: -ELLIPSIS, +NORMALIZE_WHITESPACE
Subexpressions: Subexpressions:
Main Assignments: Main Assignments:
\hat{x}[0,0] ← diffz_C*y_C/x_C \hat{x}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1) \hat{y}[0,0] ← diffz_C*x_C/y_C
You can also use the class :class:`.autodiff.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow... You can also use the class :class:`.autodiff.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment