TensorRT Jobs in Computer Vision
Browse CV roles that require TensorRT across all industries and experience levels.
1 open position
Open Positions
What is TensorRT?
TensorRT is NVIDIA’s inference optimisation library and runtime, applying layer fusion, precision calibration and kernel auto-tuning to squeeze maximum throughput from NVIDIA GPUs. It is the standard final step before deploying a vision model on NVIDIA hardware.
Where TensorRT is used
Anywhere inference runs on NVIDIA silicon under a latency budget — vehicle perception stacks, Jetson-based robots and cameras, and GPU servers processing many video streams at once.
Roles that ask for TensorRT
- Edge AI Engineer
- Inference Optimisation Engineer
- ML Systems Engineer
- Perception Engineer
- Computer Vision Engineer
Related skills & tools
TensorRT jobs — common questions
What speedup does TensorRT typically deliver?
Commonly two to five times over unoptimised PyTorch inference on the same GPU, and more when moving to INT8. The exact figure depends heavily on the architecture and batch size, so benchmarking on the target device is essential.
What is INT8 calibration?
Determining the scaling factors that map float activations to 8-bit integers, using a representative calibration dataset. Done well it gives large speedups with minimal accuracy loss; done badly it silently degrades the model, so validating post-quantisation accuracy is critical.
Why is TensorRT experience valuable?
Because it sits on the critical path between a working model and a shipped product, and relatively few engineers are comfortable debugging unsupported layers, precision issues and engine build failures. It appears frequently in edge and autonomy job requirements.