https://github.com/netease-media/nn-infer-opt
网易新闻推荐模型推理优化相关
https://github.com/netease-media/nn-infer-opt
Last synced: about 2 months ago
JSON representation
网易新闻推荐模型推理优化相关
- Host: GitHub
- URL: https://github.com/netease-media/nn-infer-opt
- Owner: NetEase-Media
- Created: 2023-08-09T04:06:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T08:33:10.000Z (11 months ago)
- Last Synced: 2025-02-02T05:42:47.688Z (4 months ago)
- Language: C++
- Size: 216 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nn_infer_opt
网易新闻推荐模型推理优化相关## model-optimzer
各类深度模型的优化器的应用和性能对比,包括tvm、tf-tensorrt、tensorrt等。## tf_custom_op
自定义tf算子例程## torch_custom_op
自定义torch算子例程## trt_custom_op
自定义tensorrt算子例程## trt_infer_cpp
tensorrt c++推理例程