Add torch library

This commit is contained in:
2023-10-31 10:07:24 +01:00
parent 77c33942f6
commit cb3281ed91
16 changed files with 884 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ namespace pywrap {
void STree::version()
{
std::cout << "Version: " << callMethod<std::string>("version") << std::endl;
std::cout << "Version: " << callMethod("version") << std::endl;
}
} /* namespace pywrap */