Skip to content

Commit 1bba206

Browse files
committed
docs:clip算子文档
1 parent 55c93f9 commit 1bba206

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infiniop/ops/clip/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ x_i & \text{otherwise}
1212
\end{cases}
1313
$$
1414

15-
例如,对于输入张量 $x = [-1.5, 0.5, 2.5]$,minval = [-1.0, -1.0, -1.0],maxval = [2.0, 2.0, 2.0],输出将是 $y = [-1.0, 0.5, 2.0]$。
16-
1715
每个元素都会与输入张量的对应元素进行比较。例如,对于输入张量 $x = [-1.5, 0.5, 2.5]$,minval = [-2.0, 0.0, 1.0],maxval = [0.0, 1.0, 2.0],输出将是 $y = [-1.5, 0.5, 2.0]$。
1816

1917
## 接口

0 commit comments

Comments
 (0)