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 55c93f9 commit 1bba206Copy full SHA for 1bba206
infiniop/ops/clip/README.md
@@ -12,8 +12,6 @@ x_i & \text{otherwise}
12
\end{cases}
13
$$
14
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
-
17
每个元素都会与输入张量的对应元素进行比较。例如,对于输入张量 $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]$。
18
19
## 接口
0 commit comments