[dependencies.pyo3]
features = ["extension-module"]
version = "0.21"
[dependencies.pyo3-tch]
version = "0.18.0"
[dependencies.tch]
features = ["python-extension"]
version = "0.18.0"
[dependencies.torch-sys]
features = ["python-extension"]
version = "0.18.0"
[lib]
crate-type = ["cdylib"]
name = "tch_ext"
path = "src/lib.rs"
[package]
authors = ["Laurent Mazare <lmazare@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Sample Python extension using tch to interact with PyTorch."
edition = "2021"
keywords = ["pytorch", "deep-learning", "machine-learning"]
license = "MIT/Apache-2.0"
name = "tch-ext"
readme = "README.md"
repository = "https://github.com/LaurentMazare/tch-rs"
version = "0.2.0"