tch 0.0.4

Rust wrappers for the PyTorch C++ api (libtorch).
Documentation
1
2
3
4
5
6
7
8
9
10
/// The `vision` module groups functions and models related to
/// computer vision.

pub mod dataset;

pub mod image;

pub mod mnist;

pub mod cifar;