Files
vortex/tests/kernel/tensor/test_data.h
2024-03-27 00:26:04 -07:00

11 lines
146 B
C

float A[16][8] = {
#include "a_matrix.h"
};
float B[8][16] = {
#include "b_matrix.h"
};
float C[16][16] = {
#include "c_matrix.h"
};