Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
SONATA namespace. More...
SONATA namespace.
KNP_DECLSPEC Network knp::framework::sonata::load_network | ( | const std::filesystem::path & | config_path | ) |
Load network from disk.
config_path | path to network configuration file. |
KNP_DECLSPEC void knp::framework::sonata::save_network | ( | const Network & | network, |
const std::filesystem::path & | dir ) |
Save network to disk.
network | network to save. |
dir | directory to save the network. |