summaryrefslogtreecommitdiff
path: root/nn/runtime/test/android_fuzzing/corpus/seed088
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/android_fuzzing/corpus/seed088')
-rw-r--r--nn/runtime/test/android_fuzzing/corpus/seed08858
1 files changed, 58 insertions, 0 deletions
diff --git a/nn/runtime/test/android_fuzzing/corpus/seed088 b/nn/runtime/test/android_fuzzing/corpus/seed088
new file mode 100644
index 000000000..3af3910ae
--- /dev/null
+++ b/nn/runtime/test/android_fuzzing/corpus/seed088
@@ -0,0 +1,58 @@
+model {
+ operands {
+ operand {
+ type: TENSOR_QUANT8_ASYMM
+ dimensions {
+ dimension: 2
+ dimension: 3
+ }
+ scale: 0.1
+ zero_point: 32
+ lifetime: MODEL_INPUT
+ channel_quant {
+ scales {
+ }
+ channel_dim: 0
+ }
+ data {
+ random_seed: 2572572514
+ }
+ }
+ operand {
+ type: TENSOR_QUANT8_ASYMM
+ dimensions {
+ dimension: 2
+ dimension: 3
+ }
+ scale: 0.0078125
+ zero_point: 128
+ lifetime: MODEL_OUTPUT
+ channel_quant {
+ scales {
+ }
+ channel_dim: 0
+ }
+ data {
+ random_seed: 2019195198
+ }
+ }
+ }
+ operations {
+ operation {
+ type: L2_NORMALIZATION
+ inputs {
+ index: 0
+ }
+ outputs {
+ index: 1
+ }
+ }
+ }
+ input_indexes {
+ index: 0
+ }
+ output_indexes {
+ index: 1
+ }
+ is_relaxed: false
+}