docs.rs failed to build rstrt-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Safe, ergonomic wrapper over [rstrt-sys].
TrtInfer owns one TensorRT execution context, one CUDA stream, and a
pinned/device buffer per I/O tensor. It is Send but not Sync: create it
on one thread, hand it off, and drive it from a single owner thread. With
one object per thread you get multi-stream inference for free.