mv tensor repo

This commit is contained in:
2023-11-29 22:46:44 +01:00
parent 55852146cb
commit 09c402a4ba
7 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -3,6 +3,9 @@
#include "permutation_t/permutation_t.h" #include "permutation_t/permutation_t.h"
typedef dimension struct PERMUTATION_TYPE_SIZE_T; typedef struct PERMUTATION_TYPE_SIZE_T dimension ;
dimension * create_dim(size_t);
#endif /* __DIMENSION_T__H__ */
//int compare_dimension(dimension *d1, dimension *d2); //int compare_dimension(dimension *d1, dimension *d2);