Home
last modified time | relevance | path

Searched defs:add_relu (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dfunctional_modules.py88 def add_relu(self, x: Tensor, y: Tensor) -> Tensor: member in FloatFunctional
153 def add_relu(self, x: Tensor, y: Tensor) -> Tensor: member in FXFloatFunctional
277 def add_relu(self, x: Tensor, y: Tensor) -> Tensor: member in QFunctional
/aosp_15_r20/external/pytorch/torch/ao/ns/
H A D_numeric_suite.py332 def add_relu(self, x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: member in Shadow
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h450 std::string add_relu = R"( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp847 Tensor add_relu(const Tensor& self, const Tensor& other, const Scalar& alpha) { in add_relu() function
852 Tensor add_relu(const Tensor& self, const Scalar& other, const Scalar& alpha) { in add_relu() function