Skip to main content

rave_tensorrt/
lib.rs

1//! TensorRT backend implementation.
2
3pub mod tensorrt;
4
5pub use tensorrt::{BatchConfig, TensorRtBackend};