Searched defs:celu (Results 1 – 6 of 6) sorted by relevance
255 def celu(g: jit_utils.GraphContext, self, alpha): function
507 inline Tensor celu(Tensor input, double alpha, bool inplace) { in celu() function
539 def celu(input: Tensor, scale: float, zero_point: int, alpha: float = 1.0) -> Tensor: function
161 def celu( function
537 Tensor celu(const Tensor & self, const Scalar& alpha) { in celu() function
1849 def celu( function