Home
last modified time | relevance | path

Searched refs:prelu (Results 1 – 25 of 27) sorted by relevance

12

/external/XNNPACK/test/
Dprelu-nc.cc14 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
24 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
35 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
46 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
48 .batch_size(xnn_params.f32.prelu.row_tile) in TEST()
56 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
58 .batch_size(xnn_params.f32.prelu.row_tile) in TEST()
67 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
69 .batch_size(xnn_params.f32.prelu.row_tile) in TEST()
78 …annels = 1; channels < xnn_params.f32.prelu.channel_tile * 10; channels += std::max<size_t>(1, xnn… in TEST()
[all …]
Dprelu-microkernel-tester.h118 void Test(xnn_f32_prelu_ukernel_function prelu, Variant variant = Variant::Native) const {
169 prelu(rows(), channels() * sizeof(float),
/external/XNNPACK/scripts/
Dgenerate-f32-prelu.sh9 tools/xngen src/f32-prelu/scalar.c.in -D CHANNEL_TILE=1 -D ROW_TILE=2 -D WASM=0 -o src/f32-prelu/ge…
10 tools/xngen src/f32-prelu/scalar.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -D WASM=0 -o src/f32-prelu/ge…
13 tools/xngen src/f32-prelu/scalar.c.in -D CHANNEL_TILE=1 -D ROW_TILE=2 -D WASM=1 -o src/f32-prelu/ge…
14 tools/xngen src/f32-prelu/scalar.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -D WASM=1 -o src/f32-prelu/ge…
17 tools/xngen src/f32-prelu/neon.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -o src/f32-prelu/gen/neon-2x4.c
18 tools/xngen src/f32-prelu/neon.c.in -D CHANNEL_TILE=8 -D ROW_TILE=2 -o src/f32-prelu/gen/neon-2x8.c
21 tools/xngen src/f32-prelu/psimd.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -o src/f32-prelu/gen/psimd-2x4…
22 tools/xngen src/f32-prelu/psimd.c.in -D CHANNEL_TILE=8 -D ROW_TILE=2 -o src/f32-prelu/gen/psimd-2x8…
25 tools/xngen src/f32-prelu/sse.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -D BLEND=0 -o src/f32-prelu/gen/…
26 tools/xngen src/f32-prelu/sse.c.in -D CHANNEL_TILE=8 -D ROW_TILE=2 -D BLEND=0 -o src/f32-prelu/gen/…
[all …]
/external/XNNPACK/src/
Dprelu-nc.c128 prelu_op->context.prelu = (struct prelu_context) { in xnn_setup_prelu_nc_f32()
135 .ukernel = xnn_params.f32.prelu.ukernel, in xnn_setup_prelu_nc_f32()
145 const uint32_t row_tile = xnn_params.f32.prelu.row_tile; in xnn_setup_prelu_nc_f32()
Dinit.c247 xnn_params.f32.prelu = (struct prelu_parameters) { in init()
545 xnn_params.f32.prelu = (struct prelu_parameters) { in init()
906 xnn_params.f32.prelu = (struct prelu_parameters) { in init()
1215 xnn_params.f32.prelu = (struct prelu_parameters) { in init()
1423 xnn_params.f32.prelu = (struct prelu_parameters) { in init()
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dprelu.py51 prelu = tf.keras.layers.PReLU(shared_axes=parameters["shared_axes"])
52 out = prelu(input_tensor)
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
DBUILD27 ":prelu",
472 name = "prelu",
473 srcs = ["prelu.cc"],
474 hdrs = ["prelu.h"],
494 ":prelu",
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
DBUILD424 name = "prelu",
425 srcs = ["prelu.cc"],
426 hdrs = ["prelu.h"],
447 ":prelu",
672 "prelu",
/external/XNNPACK/
DCMakeLists.txt150 src/prelu-nc.c
226 src/f32-prelu/gen/scalar-2x1.c
227 src/f32-prelu/gen/scalar-2x4.c
395 src/f32-prelu/gen/psimd-2x4.c
396 src/f32-prelu/gen/psimd-2x8.c
523 src/f32-prelu/gen/neon-2x4.c
524 src/f32-prelu/gen/neon-2x8.c
935 src/f32-prelu/gen/sse2-2x4.c
936 src/f32-prelu/gen/sse2-2x8.c
981 src/f32-prelu/gen/sse41-2x4.c
[all …]
DBUILD.bazel69 "src/prelu-nc.c",
134 "src/f32-prelu/gen/scalar-2x1.c",
135 "src/f32-prelu/gen/scalar-2x4.c",
282 "src/f32-prelu/gen/wasm-2x1.c",
283 "src/f32-prelu/gen/wasm-2x4.c",
388 "src/f32-prelu/gen/psimd-2x4.c",
389 "src/f32-prelu/gen/psimd-2x8.c",
519 "src/f32-prelu/gen/neon-2x4.c",
520 "src/f32-prelu/gen/neon-2x8.c",
944 "src/f32-prelu/gen/sse2-2x4.c",
[all …]
DAndroid.bp32 "src/prelu-nc.c",
97 "src/f32-prelu/gen/scalar-2x1.c",
98 "src/f32-prelu/gen/scalar-2x4.c",
267 "src/f32-prelu/gen/psimd-2x4.c",
268 "src/f32-prelu/gen/psimd-2x8.c",
398 "src/f32-prelu/gen/neon-2x4.c",
399 "src/f32-prelu/gen/neon-2x8.c",
815 "src/f32-prelu/gen/sse2-2x4.c",
816 "src/f32-prelu/gen/sse2-2x8.c",
862 "src/f32-prelu/gen/sse41-2x4.c",
[all …]
/external/XNNPACK/src/xnnpack/
Doperator.h276 struct prelu_context prelu; member
Dparams.h1374 struct prelu_parameters prelu; member
/external/tensorflow/tensorflow/lite/micro/kernels/
DBUILD41 "prelu.cc",
111 "prelu.cc",
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
DBUILD115 "//tensorflow/lite/delegates/gpu/cl/kernels:prelu",
/external/XNNPACK/src/f32-prelu/
Dscalar.c.in14 #include <xnnpack/prelu.h>
Dpsimd.c.in15 #include <xnnpack/prelu.h>
Dneon.c.in15 #include <xnnpack/prelu.h>
Dsse.c.in18 #include <xnnpack/prelu.h>
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
DBUILD956 name = "prelu",
957 srcs = ["prelu.cc"],
958 hdrs = ["prelu.h"],
985 ":prelu",
/external/tensorflow/tensorflow/lite/kernels/internal/
DBUILD451 "reference/prelu.h",
515 "reference/prelu.h",
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples_lib.py114 from tensorflow.lite.testing.op_tests.prelu import make_prelu_tests
/external/tensorflow/tensorflow/lite/micro/tools/make/
DMakefile146 tensorflow/lite/kernels/internal/reference/prelu.h \
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dops.mlir1418 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<10x10x10x10xf32>, tensor<1x1x10xf32>) -> tensor<10x10x10x…
1426 %0 = "tfl.prelu"(%arg0, %arg1) : (tensor<1x2x3x4xf32>, tensor<2x3x4xf32>) -> tensor<1x2x3x5xf32>
1434 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<7x3x2x14xf32>, tensor<2x7x3x2x14xf32>) -> tensor<7x3x2x14…
1442 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<15x14x2x14xf32>, tensor<1x1x3xf32>) -> tensor<15x14x2x14x…
1449 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<16x20x20x13xf32>, tensor<20x20x13xf32>) -> tensor<16x20x2…
1456 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<19x7x12x14xf32>, tensor<1x1x14xf32>) -> tensor<19x7x12x14…
1463 %0 = "tfl.prelu"(%arg0, %arg1) : (tensor<7x8x9x10xf32>, tensor<1x1x1xf32>) -> tensor<7x8x9x10xf32>
1470 …%0 = "tfl.prelu"(%arg0, %arg1) : (tensor<1x96x96x16x!quant.uniform<u8:f32, 0.00784:128>>, tensor<1…
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl320 "prelu",

12