Home
last modified time | relevance | path

Searched full:leaky_relu_ (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/ops/
H A DMetalLeakyReLU.mm16 static Tensor& leaky_relu_(Tensor& input, const Scalar& negative_slope_val) {
85 m.impl(TORCH_SELECTIVE_NAME("aten::leaky_relu_"), TORCH_FN(leaky_relu_));
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DClamp.cpp564 Tensor& leaky_relu_(Tensor& self, const Scalar& negative_slope) { in leaky_relu_() function
567 return ops::activation_scalar_(self, scalar, VK_KERNEL(leaky_relu_)); in leaky_relu_()
610 m.impl(TORCH_SELECTIVE_NAME("aten::leaky_relu_"), leaky_relu_); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/tools/pyi/
H A Dgen_pyi.py414 "leaky_relu_": [
415 … f"def leaky_relu_({', '.join(['input: Tensor', 'negative_slope: float = ...'])}) -> Tensor: ..."
518 "leaky_relu_",
/aosp_15_r20/external/pytorch/docs/source/
H A Dnn.functional.rst85 leaky_relu_
/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_x86inductor_quantizer.py1285 nn.LeakyReLU, aten.leaky_relu.default, aten.leaky_relu_.default
1298 nn.LeakyReLU, aten.leaky_relu.default, aten.leaky_relu_.default, is_qat=True
1313 aten.leaky_relu_.default,
1329 aten.leaky_relu_.default,
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.inc291 StringAttr leaky_relu_;
566 leaky_relu_ = StringAttr::get(getContext(), "tfg.LeakyRelu");
H A Dtf_op_names.cc460 return op_name == leaky_relu_; in IsLeakyRelu()
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml337 - aten::leaky_relu_
856 aten::leaky_relu_: 5
H A Dtensor_ops.py90 a.leaky_relu_(),
H A Dmodel_ops.yaml199 aten::leaky_relu_: 4
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h892 auto leaky_relu_ = getInputTensorQParamOpFusionInfo( in quant_fusion_pattern_and_replacements() local
893 "aten::leaky_relu_", {"%negative_slope"}); in quant_fusion_pattern_and_replacements()
1072 std::move(leaky_relu_), in quant_fusion_pattern_and_replacements()
H A Dhelper.cpp164 "leaky_relu_",
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dinterface.cpp61 aten::leaky_relu_, in fuseGraph()
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/
H A Ddcgan_training.txt19 Operator: aten.leaky_relu_.default
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A Dexecutorch.py364 F.leaky_relu_,
/aosp_15_r20/external/pytorch/torch/_decomp/
H A D__init__.py343 aten.leaky_relu_,
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/
H A DMPSCNNTests.mm360 auto Y1 = at::leaky_relu_(X, -0.0125);
361 auto Y2 = at::leaky_relu_(X2, -0.0125).cpu();
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dtop_operators_github_usage.py341 ("nn.functional.leaky_relu_", 68),
/aosp_15_r20/external/pytorch/test/functorch/
H A Ddiscover_coverage.py249 "nn.functional.leaky_relu_",
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dannotators.py337 torch.ops.aten.leaky_relu_.default,
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/
H A Dfunctional.py586 result = torch._C._nn.leaky_relu_(input, negative_slope)
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json602 "leaky_relu_",
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1900 result = torch._C._nn.leaky_relu_(input, negative_slope)
1906 leaky_relu_ = _add_docstr( variable
1907 torch._C._nn.leaky_relu_,
1909 leaky_relu_(input, negative_slope=0.01) -> Tensor
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h148 return torch::leaky_relu_(input, negative_slope); in leaky_relu()
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/
H A Dcspdarknet53_training.txt92 Operator: aten.leaky_relu_.default

12