7 open-source projects similar to interesaaat/torchsharp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TorchSharp alternative.
This project is a Rust interface for the PyTorch C++ library, serving as a deep learning framework and tensor computing library. It functions as a C++ API wrapper that enables the manipulation of multi-dimensional arrays and the execution of neural network architectures across CPU and GPU hardware accelerators. The library provides a TorchScript inference engine to load and execute just-in-time compiled models. It also supports Rust and Python interoperability, allowing for the creation of Python extensions that share tensor data through a common interface. The system covers deep learning mo
PyTorch 1.0 inference in C++ on Windows10 platforms