Add torch library
This commit is contained in:
@@ -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 */
|
Reference in New Issue
Block a user