1 // Generated by generate_test_data.py using flatc version 23.5.26
2 // Interpreter from tflite_micro runtime version 0.dev20240521061119-gd6f36a96-dirty.
3 #pragma once
4 #include <stdint.h>
5 
6 const int8_t conv_2x2_dilation_int4_output[72] = {3, -9, 0, -4, 3,  -3, -1, 3,  0,  3,  1, -2, 3,  -5, -2, 2,  1,  4,
7                                                   0, 1,  2, 0,  -2, 4,  0,  3,  1,  -3, 0, 4,  -2, 1,  -4, 0,  -3, 6,
8                                                   1, -4, 2, -6, -7, 5,  1,  -5, -1, 5,  2, 8,  2,  -2, -4, -4, -4, 1,
9                                                   0, -2, 1, -1, -2, 5,  -1, 1,  -2, -8, 1, 1,  0,  -6, 3,  2,  -2, 4};
10 
11 const int8_t *const conv_2x2_dilation_int4_output_ref = conv_2x2_dilation_int4_output;
12