From 80b1b372dc131beefeda224ffa619b2b995173bd Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 8 Feb 2023 13:04:32 -0800 Subject: Update autodiff documentation with more precise math definitions. (#2636) Co-authored-by: Yong He --- docs/user-guide/toc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index b65d7f831..a956fa474 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -80,9 +80,10 @@
  • Automatic Differentiation
    • Using Automatic Differentiation in Slang
    • +
    • Mathematic Concepts and Terminologies
    • Differentiable Types
    • -
    • Forward Derivative Function
    • -
    • Backward Propagation Function
    • +
    • Forward Derivative Propagation Function
    • +
    • Backward Derivative Propagation Function
    • Builtin Differentiable Functions
    • Excluding Parameters From Differentiation
    • Calling Non-Differentiable Functions from a Differentiable Function
    • -- cgit v1.2.3