bleh still not work
This commit is contained in:
11
tests/kernel/tensor/test_data.h
Normal file
11
tests/kernel/tensor/test_data.h
Normal file
@@ -0,0 +1,11 @@
|
||||
float A[16][8] = {
|
||||
#include "a_matrix.h"
|
||||
};
|
||||
|
||||
float B[8][16] = {
|
||||
#include "b_matrix.h"
|
||||
};
|
||||
|
||||
float C[16][16] = {
|
||||
#include "c_matrix.h"
|
||||
};
|
||||
Reference in New Issue
Block a user