Skip to content

Commit f6d75e7

Browse files
authored
Update ppl.cv.mdx
1 parent 0c6954c commit f6d75e7

File tree

1 file changed

+1
-0
lines changed
  • i18n/zh/docusaurus-plugin-content-docs/current/backend-reference

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BUILD_PPLCV=1 pip install -e .
2020
| 名称| 主要初始化参数 |运行时参数[类型] | 输入[类型] | 输出[类型] | 备注|
2121
| --- | --- | --- | --- | --- | --- |
2222
|[PPLResizeTensor]|resize_h,resize_w | resize_h[int],resize_w[int]|data[Tensor]|result[Tensor]||
23+
|[PPLResizePadTensor]|max_h,max_w | |data[Tensor]|result[Tensor]|左上角对齐, 输出ratio_h, ratio_w, inverse_trans|
2324
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|
2425
|[PPLCopyMakeBorderTensor]||top[int],bottom[int],left[int],right[int]|data[Tensor]|result[Tensor]||
2526

0 commit comments

Comments
 (0)