torch-sys 0.10.0

Low-level FFI bindings for the PyTorch C++ api (libtorch).
Documentation
[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.curl]
optional = true
version = "0.4.43"

[build-dependencies.zip]
version = "0.6"
[dependencies.libc]
version = "0.2.0"

[features]
doc-only = []
download-libtorch = ["curl"]

[package]
authors = ["Laurent Mazare <lmazare@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "science"]
description = "Low-level FFI bindings for the PyTorch C++ api (libtorch)."
edition = "2018"
keywords = ["pytorch", "ffi", "deep-learning", "machine-learning"]
license = "MIT/Apache-2.0"
links = "tch"
name = "torch-sys"
repository = "https://github.com/LaurentMazare/tch-rs"
version = "0.10.0"
[package.metadata.docs.rs]
features = ["doc-only"]