Tag: cpp
All the articles with the tag "cpp".
-
pybind11: Python Bindings for C++/CUDA Code
Using pybind11 to create Python bindings for C++/CUDA code, with zero-copy conversion between numpy/torch tensors and Eigen/cv::Mat.
-
Preprocess the Image Data by NPP in TensorRT Model Inference
How to use NVIDIA NPP library to accelerate image preprocessing (uint8→float32) for TensorRT model inference pipelines.