Skip to content

Commit 3819ea2

Browse files
committed
typo
1 parent 4c864d3 commit 3819ea2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/backend-reference/cvcuda.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ displayed_sidebar: api
66

77
---
88

9-
<!-- [The following compilation option](../installation.mdx#compilation-options) need to be enabled to use the following backends.
9+
[The following compilation option](../installation.mdx#compilation-options) need to be enabled to use the following backends.
1010

11-
`version>=0.3.3b2`
11+
`version>=0.4.0`
1212

1313
```bash
14-
BUILD_PPLCV=1 pip install -e .
14+
WITH_CVCUDA=1 pip install -e .
1515
```
1616
## Overview
1717

18-
| Name| Main Initialization Parameters |Runtime Parameters[Type] | Input[Type] | Output[Type] | Note|
18+
<!-- | Name| Main Initialization Parameters |Runtime Parameters[Type] | Input[Type] | Output[Type] | Note|
1919
| --- | --- | --- | --- | --- | --- |
2020
|[PPLResizeTensor]|resize_h,resize_w | resize_h[int],resize_w[int]|data[Tensor]|result[Tensor]||
2121
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|

i18n/zh/docusaurus-plugin-content-docs/current/backend-reference/cvcuda.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ type: reference
55
displayed_sidebar: api
66

77
---
8-
<!--
8+
99
# Ppl.cv相关后端
1010

11-
`version>=0.3.3b2`
11+
`version>=0.4.0`
1212

1313
需要编译时启动[相关选项](../installation.mdx#compilation-options)
1414

1515
```bash
16-
BUILD_PPLCV=1 pip install -e .
16+
WITH_CVCUDA=1 pip install -e .
1717
```
1818
## 速览
19-
19+
<!--
2020
| 名称| 主要初始化参数 |运行时参数[类型] | 输入[类型] | 输出[类型] | 备注|
2121
| --- | --- | --- | --- | --- | --- |
2222
|[PPLResizeTensor]|resize_h,resize_w | resize_h[int],resize_w[int]|data[Tensor]|result[Tensor]||
2323
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|
2424
|[PPLCopyMakeBorderTensor]||top[int],bottom[int],left[int],right[int]|data[Tensor]|result[Tensor]||
25-
2625
-->
26+

i18n/zh/docusaurus-plugin-content-docs/current/welcome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: explainer
55
---
66

77
# 欢迎查看 torchpipe 文档!
8-
torchpipe是一个独立作用于底层加速库(如tensorrt,opencv,torchscript)以及 RPC(如thrift, gRPC)之间的多实例流水线并行库。在满足时延前提下最大限度挖掘服务吞吐能力。
8+
torchpipe是一个独立作用于底层加速库(如tensorrt,opencv, CVCUDA,torchscript)以及 RPC(如thrift, gRPC)之间的多实例流水线并行库。在满足时延前提下最大限度挖掘服务吞吐能力。
99

1010
整个方案集并发安全和全链路流水线调度等特点于一身,支持NIDIA硬件平台, 兼顾了开发效率与性能提速的特点。
1111

0 commit comments

Comments
 (0)