Home
last modified time | relevance | path

Searched defs:Prelu (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dprelu_test.cc29 TEST(Prelu, DISABLED_4DBy4D) { in TEST() argument
70 TEST(Prelu, DISABLED_4DBy4DBroadcastWidth) { in TEST() argument
91 TEST(Prelu, DISABLED_4DBy4DBroadcastHeight) { in TEST() argument
112 TEST(Prelu, DISABLED_4DBy4DBroadcastBatch) { in TEST() argument
133 TEST(Prelu, DISABLED_4DBy4DBroadcastHeightWidthChannels) { in TEST() argument
154 TEST(Prelu, DISABLED_4DBy3D) { in TEST() argument
175 TEST(Prelu, DISABLED_4DBy2D) { in TEST() argument
216 TEST(Prelu, DISABLED_4DBy0D) { in TEST() argument
237 TEST(Prelu, DISABLED_3DBy3D) { in TEST() argument
276 TEST(Prelu, DISABLED_3DBy3DBroadcastWidth) { in TEST() argument
[all …]
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
H A DGpuElementwiseBinaryCommon.h51 Prelu, /**< y*x if x < 0, x otherwise */ enumerator
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dprelu.h78 inline void Prelu(const PreluParams& params, const RuntimeShape& input_shape, in Prelu() function