提交 2a96ce37 编写于 作者: F felixhjh

Merge branch 'develop' of https://github.com/felixhjh/Serving into develop

...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## 引言 ## 引言
在Pipeline/C++开启TensorRT[`--use_trt`]后,关于如何进行动态shape的配置,以下会分别给出Pipeline Serving和C++ Serving示例 在Pipeline/C++开启TensorRT`--use_trt`后,关于如何进行动态shape的配置,以下会分别给出Pipeline Serving和C++ Serving示例
以下是动态shape api 以下是动态shape api
``` ```
...@@ -151,4 +151,4 @@ if use_trt: ...@@ -151,4 +151,4 @@ if use_trt:
names[3]: [10, head_number, 60, 60] names[3]: [10, head_number, 60, 60]
}) })
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册