Searched defs:selu (Results 1 – 6 of 6) sorted by relevance
148 def selu(x): function
49 inline Tensor selu(Tensor input, bool inplace) { in selu() function
407 def selu(a: TensorLikeType, inplace: bool = False) -> TensorLikeType: function
521 Tensor selu(const Tensor & self) { in selu() function
1820 def selu(input: Tensor, inplace: bool = False) -> Tensor: # noqa: D400,D402 function
2927 def selu(g: jit_utils.GraphContext, input): function