Searched defs:add_relu (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/ |
H A D | functional_modules.py | 88 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.py | 332 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 D | quantization_patterns.h | 450 std::string add_relu = R"( in quant_fusion_pattern_and_replacements() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 847 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
|