
TensorRT
Johnson_star
这个作者很懒,什么都没留下…
展开
-
Jetson Nano官方性能测试 jetson_benchmark
Model NameFPS0 inception_v410.6337671 vgg19_N210.1055802 super_resolution_bsd50015.3397733 unet-segmentation16.8939294 pose_estimation14.6942195 yolov3-tiny-41647.983242...原创 2020-08-01 15:07:52 · 2144 阅读 · 0 评论 -
TensorRT中SampleOnnxMNIST.cpp分析
#从onnx模型到TensorRT的工作流程将onnx模型转化为TensorRT网络构建引擎使用生成的Tensor网络进行推断##类SampleONNXMNIST的构成class SampleOnnxMNIST{template using SampleUniquePtr = std::unique_ptr<T, samplesCommon::InferDeleter>;//定义一个unique_ptr(uniqut_ptr是一种对资源具有排他性拥有权的智能指针原创 2020-07-30 16:01:01 · 1497 阅读 · 0 评论