Skip to main content

rave_tensorrt/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod tensorrt;
4
5pub use tensorrt::{BatchConfig, TensorRtBackend, validate_batch_config};