We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189feab commit 9a1fb92Copy full SHA for 9a1fb92
tensorflow/lite/micro/testing/test_conv_model.cc
@@ -15,7 +15,7 @@ limitations under the License.
15
16
#include "tensorflow/lite/micro/testing/test_conv_model.h"
17
18
-extern const unsigned char kTestConvModelData[] = {
+alignas(16) const unsigned char kTestConvModelData[] = {
19
0x24, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x00, 0x00, 0x00, 0x00,
20
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x1c, 0x00, 0x04, 0x00,
21
0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00, 0x18, 0x00,
0 commit comments