Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8aee2db

Browse files
committed
Abstract interfaces link
1 parent 5e00947 commit 8aee2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20201201-cpp-gradients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In addition, we try to address some shortcomings of the current GradientTape des
3131

3232
## Design Overview
3333

34-
The gradients infrastructure will be built on top of the abstract interfaces for op execution which provide a backend agnostic way of tracing and executing ops. We provide APIs for authoring `GradientFunction`s and registering them into a `GradientRegistry` for name based lookup. We provide a gradient `Tape` API that is close to python’s tf.GradientTape and shares most of the implementation with the existing tape.
34+
The gradients infrastructure will be built on top of the [abstract interfaces](https://cs.opensource.google/search?q=f:abstract_(context%7Coperation%7Ctensor_handle).h&sq=&ss=tensorflow%2Ftensorflow:tensorflow%2F) for op execution which provide a backend agnostic way of tracing and executing ops. We provide APIs for authoring `GradientFunction`s and registering them into a `GradientRegistry` for name based lookup. We provide a gradient `Tape` API that is close to python’s tf.GradientTape and shares most of the implementation with the existing tape.
3535

3636

3737
## Detailed Design

0 commit comments

Comments
 (0)