home/categories/debugging/paddlepaddle-paddle-agents-skills-paddle-design-eager-graph-skill-md
debuggingtools

paddle-eager-graph

Use when navigating Paddle eager-mode (dynamic graph) source code, tracing forward/backward execution, debugging autograd issues, understanding PyLayer, or investigating complex-valued gradient computation. Covers Python API to C++ kernel call chain, backward graph topology sort, and inplace version tracking.

PaddlePaddle
maintainer
PaddlePaddle
Actualizado 3/26/2026
Estrellas
23809
Forks
5982
quick start

Installation and usage

Use when navigating Paddle eager-mode (dynamic graph) source code, tracing forward/backward execution, debugging autograd issues, understanding PyLayer, or investigating complex-valued gradient computation. Covers Python API to C++ kernel call chain, backward graph topology sort, and inplace version tracking.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use paddle-eager-graph