aotinductor 0.1.2

Rust wrappers for the PyTorch AOTInductor api.
Documentation
[build-dependencies.cxx-build]
version = "1.0.137"

[dependencies.cxx]
version = "1.0.137"

[dependencies.tch]
version = "^0.19.0"

[dependencies.torch-sys]
version = "^0.19.0"

[features]
doc-only = ["tch/doc-only", "torch-sys/doc-only"]

[lib]
name = "aotinductor"
path = "src/lib.rs"

[package]
authors = ["Jiasen Wu <jiasenwu@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Rust wrappers for the PyTorch AOTInductor api."
edition = "2021"
keywords = ["pytorch", "deep-learning", "machine-learning"]
license-file = "LICENSE"
name = "aotinductor"
readme = "README.md"
repository = "https://github.com/pierric/aotinductor-rs"
version = "0.1.2"

[package.metadata.docs.rs]
features = ["doc-only"]

[[test]]
name = "model_package_load"
path = "tests/model_package_load.rs"