tensorrt 0.0.1

Rust wrapper for NVIDIA TensorRT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tensorrt"
version = "0.0.1"
authors = ["Ming Yang <ymviv@qq.com>"]
description = "Rust wrapper for NVIDIA TensorRT"
repository = "https://github.com/vivym/tensorrt-rs"
readme = "README.md"
keywords = ["tensorrt", "nvidia", "cuda", "ffi"]
license = "MIT/Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]