Skip to content

Commit 7b5db18

Browse files
committed
update ppl.cv
1 parent 8aedbd9 commit 7b5db18

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: ppl.cv
3+
title: ppl.cv相关后端
4+
type: reference
5+
displayed_sidebar: api
6+
7+
---
8+
9+
# ppl.cv相关后端
10+
11+
## 速览
12+
13+
| 名称| 主要初始化参数 |运行时参数[类型] | 输入[类型] | 输出[类型] | 备注|
14+
| --- | --- | --- | --- | --- | --- |
15+
|[PPLResizeTensor]|resize_h,resize_w | resize_h[int],resize_w[int]|data[Tensor]|result[Tensor]||
16+
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|
17+
|[PPLCopyMakeBorderTensor]||top[int],bottom[int],left[int],right[int]|data[Tensor]|result[Tensor]||
18+
19+

sidebars.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,11 @@ const sidebars = {
161161
{
162162
type: "category",
163163
label: "Backend API Reference",
164-
items: ["backend-reference/basic", "backend-reference/opencv", "backend-reference/torch", "backend-reference/log"],
164+
items: ["backend-reference/basic",
165+
"backend-reference/opencv",
166+
"backend-reference/torch",
167+
"backend-reference/log",
168+
"backend-reference/ppl.cv"],
165169
},
166170

167171
"Intra-node/schedule",

0 commit comments

Comments
 (0)