This repository was archived by the owner on Aug 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
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 schemecommand, should be easy to follow and modify/change if needed. - Settings - created via
.yamlconfiguration file usingtorchlambda scheme --yaml settings.yaml. Uses a lot ofmacroprocessing ofmain.cppand may be hard to follow.
If you find some parts which could be simplified/extended, please create respective Pull Request/Issue.