ES Graph construction Samples
This directory provides various samples related to ES graph construction, including both C++ and Python implementations:
| Sample | Sample Link |
|---|---|
| ES graph construction control edge sample | C++ Sample Python Sample |
| ES graph construction control operator sample | C++ Sample Python Sample |
| ES graph construction dynamic input sample | C++ Sample Python Sample |
| ES graph construction dynamic output sample | C++ Sample Python Sample |
| ES graph construction normal attributes sample | C++ Sample Python Sample |
| ES graph construction normal input sample | C++ Sample Python Sample |
| ES graph construction operator overload sample | C++ Sample Python Sample |
| ES graph construction optional input sample | C++ Sample Python Sample |
| ES graph construction private attributes sample | C++ Sample Python Sample |
| ES graph construction transformer sample | C++ Sample Python Sample |
| ES graph construction transformer_nz sample | C++ Sample Python Sample |
| ES graph construction collective communication hccl_tp sample | C++ Sample Python Sample |
| ES graph construction collective communication hccl_ep sample | C++ Sample Python Sample |
| ES graph construction asynchronous execution sample | C++ Sample Python Sample |