Expand description
Rust implementations of TensorRT callback / allocator interfaces (bridged to C++).
Versioned runtime interfaces live under nvinfer1::v_1_0 in C++; see the
annotated class list.
Structs§
- Debug
Listener - Bridges to
trtx_sys::nvinfer1::IDebugListener; C++nvinfer1::v_1_0::IDebugListener. - Error
Recorder - Bridges to
trtx_sys::nvinfer1::IErrorRecorder; C++nvinfer1::v_1_0::IErrorRecorder. - GpuAllocator
- Bridges to
trtx_sys::nvinfer1::IGpuAllocator; C++nvinfer1::v_1_0::IGpuAllocator. - Profiler
- Bridges to
trtx_sys::nvinfer1::IProfiler; C++nvinfer1::v_1_0::IProfiler.
Traits§
- Allocate
Gpu - Implemented by
GpuAllocatorfortrtx_sys::nvinfer1::IGpuAllocator; C++nvinfer1::v_1_0::IGpuAllocator. - Monitor
Progress - Rust trait implemented by [
ProgressMonitor] fortrtx_sys::nvinfer1::IProgressMonitor; C++nvinfer1::v_1_0::IProgressMonitor. - Process
Debug Tensor - Implemented by
DebugListenerfortrtx_sys::nvinfer1::IDebugListener(processDebugTensor); C++nvinfer1::v_1_0::IDebugListener. - Record
Error - Implemented by
ErrorRecorderfortrtx_sys::nvinfer1::IErrorRecorder; C++nvinfer1::v_1_0::IErrorRecorder. - Report
Layer Time - Implemented by
Profilerfortrtx_sys::nvinfer1::IProfiler(reportLayerTime); C++nvinfer1::v_1_0::IProfiler.