Home
last modified time | relevance | path

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

/external/pytorch/torch/ao/nn/quantized/modules/
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
/external/pytorch/torch/ao/ns/
D_numeric_suite.py332 def add_relu(self, x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: member in Shadow
/external/pytorch/torch/csrc/jit/passes/quantization/
Dquantization_patterns.h450 std::string add_relu = R"( in quant_fusion_pattern_and_replacements() local
/external/pytorch/aten/src/ATen/native/
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