/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | prelu.example.cpp | 7 namespace generated_tests::prelu { namespace 64 namespace generated_tests::prelu { namespace 155 namespace generated_tests::prelu { namespace 212 namespace generated_tests::prelu { namespace 337 namespace generated_tests::prelu { namespace 394 namespace generated_tests::prelu { namespace 485 namespace generated_tests::prelu { namespace 542 namespace generated_tests::prelu { namespace 667 namespace generated_tests::prelu { namespace 724 namespace generated_tests::prelu { namespace [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | prelu-microkernel-tester.h | 95 void Test(xnn_f16_prelu_ukernel_function prelu) const { in Test() 141 void Test(xnn_f32_prelu_ukernel_function prelu) const { in Test()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | PRelu.cpp | 22 namespace prelu { namespace
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | PreluImpl.cpp | 25 auto prelu = [](float x, float alpha) in PreluImpl() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | PreluEndToEndTestImpl.hpp | 28 IConnectableLayer* prelu = net->AddPreluLayer("Prelu"); in CreatePreluNetwork() local
|
H A D | ActivationEndToEndTestImpl.hpp | 61 IConnectableLayer* prelu = net->AddActivationLayer(descriptor, ActivationName); in CreateActivationNetwork() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | PRelu.cpp | 41 namespace prelu { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | activation.h | 399 inline Tensor prelu(const Tensor& input, const Tensor& weight) { in prelu() function
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset8.py | 225 def prelu(g: jit_utils.GraphContext, self, weight): function
|
H A D | symbolic_opset9.py | 1183 def prelu(g: jit_utils.GraphContext, self, weight): function
|
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/ |
H A D | __init__.py | 1115 def prelu(a: TensorLikeType, weight: TensorLikeType) -> TensorLikeType: function
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | params.h | 564 struct prelu_parameters prelu; member 617 struct prelu_parameters prelu; member
|
H A D | operator.h | 287 struct prelu_context prelu; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Activation.cpp | 689 Tensor prelu(const Tensor& self, const Tensor& weight_) { in prelu() function
|
/aosp_15_r20/external/pytorch/torch/nn/ |
H A D | functional.py | 1916 prelu = _add_docstr( variable
|