Skip to content

Commit

Permalink
fix: small docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 14, 2024
1 parent 4f44f06 commit 5b61a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/design/ivy_as_a_transpiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Let's have a look at a brief example:
| - The framework we are converting to
The transpiled TensorFlow class is immediately available for use after the ivy.transpile call, as shown in this example, but the
generated source code is also saved into the **Translated_Outputs/** directory, meaning you can edit the source code manually after the fact,
generated source code is also saved into the **ivy_transpiled_outputs/** directory, meaning you can edit the source code manually after the fact,
or use it just as if the model had been originally written in TensorFlow.

Graph Tracer ✅
Expand Down

0 comments on commit 5b61a22

Please sign in to comment.