Skip to content

Commit 0c6954c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/backend-reference/ppl.cv.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ BUILD_PPLCV=1 pip install -e .
1818
| 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]||
21+
|[PPLResizePadTensor]|max_h,max_w | |data[Tensor]|result[Tensor]|Align to the top left|
2122
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|
2223
|[PPLCopyMakeBorderTensor]||top[int],bottom[int],left[int],right[int]|data[Tensor]|result[Tensor]||
2324

0 commit comments

Comments
 (0)