sugartensor.sg_activation module¶
-
sugartensor.sg_activation.
sg_leaky_relu
(x, opt)[source]¶ “See [Xu, et al. 2015](https://arxiv.org/pdf/1505.00853v2.pdf)
- Args:
x: A tensor opt:
name: A name for the operation (optional).- Returns:
- A Tensor with the same type and shape as x.