thresholded_relu_¶
- paddle.nn.functional. thresholded_relu_ ( x, threshold=1.0, value=0.0, name=None ) ¶
Inplace 版本的 thresholded_relu API,对输入 x 采用 Inplace 策略。
更多关于 inplace 操作的介绍请参考 3.1.3 原位(Inplace)操作和非原位操作的区别 了解详情。
Inplace 版本的 thresholded_relu API,对输入 x 采用 Inplace 策略。
更多关于 inplace 操作的介绍请参考 3.1.3 原位(Inplace)操作和非原位操作的区别 了解详情。