Skip to content

CPP code

Szymon Maszke edited this page Mar 29, 2020 · 1 revision

This page gives overall description of C++ code generated by torchlambda. Users are encouraged to use YAML settings whenever feasible but for custom use cases knowledge of C++ might be required.

There are two ways to generate:

  • Basic - created using torchlambda scheme command, should be easy to follow and modify/change if needed.
  • Settings - created via .yaml configuration file using torchlambda scheme --yaml settings.yaml. Uses a lot of macro processing of main.cpp and may be hard to follow.

If you find some parts which could be simplified/extended, please create respective Pull Request/Issue.

Clone this wiki locally