summaryrefslogtreecommitdiff
path: root/nn/runtime/test/android_fuzzing/corpus/seed004
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/android_fuzzing/corpus/seed004')
-rw-r--r--nn/runtime/test/android_fuzzing/corpus/seed00483
1 files changed, 83 insertions, 0 deletions
diff --git a/nn/runtime/test/android_fuzzing/corpus/seed004 b/nn/runtime/test/android_fuzzing/corpus/seed004
new file mode 100644
index 000000000..d74681e5e
--- /dev/null
+++ b/nn/runtime/test/android_fuzzing/corpus/seed004
@@ -0,0 +1,83 @@
+model {
+ operands {
+ operand {
+ type: TENSOR_FLOAT32
+ dimensions {
+ dimension: 1
+ dimension: 2
+ dimension: 2
+ dimension: 3
+ }
+ scale: 0
+ zero_point: 0
+ lifetime: MODEL_INPUT
+ channel_quant {
+ scales {
+ }
+ channel_dim: 0
+ }
+ data {
+ random_seed: 248291570
+ }
+ }
+ operand {
+ type: TENSOR_FLOAT32
+ dimensions {
+ dimension: 1
+ dimension: 1
+ dimension: 3
+ }
+ scale: 0
+ zero_point: 0
+ lifetime: MODEL_INPUT
+ channel_quant {
+ scales {
+ }
+ channel_dim: 4
+ }
+ data {
+ random_seed: 2444110529
+ }
+ }
+ operand {
+ type: TENSOR_FLOAT32
+ dimensions {
+ dimension: 1
+ dimension: 2
+ dimension: 2
+ dimension: 3
+ }
+ scale: 0
+ zero_point: 16384
+ lifetime: MODEL_OUTPUT
+ channel_quant {
+ scales {
+ }
+ channel_dim: 0
+ }
+ data {
+ random_seed: 32107
+ }
+ }
+ }
+ operations {
+ operation {
+ type: PRELU
+ inputs {
+ index: 0
+ index: 1
+ }
+ outputs {
+ index: 2
+ }
+ }
+ }
+ input_indexes {
+ index: 0
+ index: 1
+ }
+ output_indexes {
+ index: 2
+ }
+ is_relaxed: true
+}