torch-build 0.1.0

Utilities to link libtorch FFI interface.
Documentation
1
2
3
4
5
6
extern "C" {
    void dummy_cuda_dependency();
}

void dummy_cuda_dependency() {
}