16d3f15320
ARM CI / build (3.10) (push) Has been cancelled
cffconvert / validate (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
902 B
902 B
AutoGraph reference
This reference document describes the semantics of AutoGraph transformations.
In @tf.function, AutoGraph allows running Eager-style code as a TensorFlow
graph.
- Introduction
- Interacting with the generated code
- Debugging AutoGraph code
- Control flow
- Functions and function calls
- Error handling
- Operator semantics
- Limitations
- Common errors
Also see: