|
Poplar and PopLibs
|
A program that executes for an indefinite number of iterations. More...
#include <Program.hpp>
Public Member Functions | |
| Loop (const Program &prog, const DebugContext &debugContext={}) | |
| Construct a program which repeats indefinitely. More... | |
A program that executes for an indefinite number of iterations.
| poplar::program::Loop::Loop | ( | const Program & | prog, |
| const DebugContext & | debugContext = {} |
||
| ) |
Construct a program which repeats indefinitely.
| prog | The program to repeatedly execute. |
| debugContext | Optional DebugId and program name. |