We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de283a2 commit 0c6954cCopy full SHA for 0c6954c
docs/backend-reference/ppl.cv.mdx
@@ -18,6 +18,7 @@ BUILD_PPLCV=1 pip install -e .
18
| Name| Main Initialization Parameters |Runtime Parameters[Type] | Input[Type] | Output[Type] | Note|
19
| --- | --- | --- | --- | --- | --- |
20
|[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|
22
|[PPLWarpAffineTensor]|target_h,target_w|target_h[int],target_w[int],affine_matrix[vector\<float\>]|data[Tensor]|result[Tensor]|affine_matrix.size() == 6|
23
|[PPLCopyMakeBorderTensor]||top[int],bottom[int],left[int],right[int]|data[Tensor]|result[Tensor]||
24
0 commit comments