sigmoid_¶
- paddle.Tensor. sigmoid_ ( x, name=None )
-
Inplace version of
sigmoid
API, the output Tensor will be inplaced with inputx
. Please refer to api_paddle_sigmoid.
Inplace version of sigmoid
API, the output Tensor will be inplaced with input x
. Please refer to api_paddle_sigmoid.