tch 0.23.0

Rust wrappers for the PyTorch C++ api (libtorch).
Documentation
1
2
3
4
5
6
def main():
    print("Hello from tch-rs!")


if __name__ == "__main__":
    main()