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

Commit 73ac6de

Browse files
committed
Style fixes
1 parent 00ae4dd commit 73ac6de

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 GradientFunctions 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 for op execution which provide a backend agnostic way of tracing and executing ops. We provide APIs for authoring `GradientFunctions` 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)