Skip to content

Commit 9a1fb92

Browse files
committed
Added alignas to kTestConvModelData
1 parent 189feab commit 9a1fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/lite/micro/testing/test_conv_model.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515

1616
#include "tensorflow/lite/micro/testing/test_conv_model.h"
1717

18-
extern const unsigned char kTestConvModelData[] = {
18+
alignas(16) const unsigned char kTestConvModelData[] = {
1919
0x24, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x00, 0x00, 0x00, 0x00,
2020
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x1c, 0x00, 0x04, 0x00,
2121
0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00, 0x18, 0x00,

0 commit comments

Comments
 (0)