-
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 scheme
command, should be easy to follow and modify/change if needed. - Settings - created via
.yaml
configuration file usingtorchlambda scheme --yaml settings.yaml
. Uses a lot ofmacro
processing ofmain.cpp
and may be hard to follow.
If you find some parts which could be simplified/extended, please create respective Pull Request/Issue
.