An open API service indexing awesome lists of open source software.

https://github.com/netease-media/nn-infer-opt

网易新闻推荐模型推理优化相关
https://github.com/netease-media/nn-infer-opt

Last synced: about 2 months ago
JSON representation

网易新闻推荐模型推理优化相关

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++推理例程