create Makefile and source tensor

This commit is contained in:
2023-11-30 08:19:25 +01:00
parent b0b0f5238c
commit 1994474dcf
3 changed files with 65 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "tensor_t/tensor_t.h"
+8
View File
@@ -0,0 +1,8 @@
#ifndef __TENSOR_T__H__
#define __TENSOR_T__H__
#include "dimension_t/dimension_t.h"
#endif /* __TENSOR_T__H__ */