Home
last modified time | relevance | path

Searched defs:celu (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset12.py255 def celu(g: jit_utils.GraphContext, self, alpha): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h507 inline Tensor celu(Tensor input, double alpha, bool inplace) { in celu() function
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/
H A Dfunctional.py539 def celu(input: Tensor, scale: float, zero_point: int, alpha: float = 1.0) -> Tensor: function
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py161 def celu( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DActivation.cpp537 Tensor celu(const Tensor & self, const Scalar& alpha) { in celu() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1849 def celu( function