create Makefile and source tensor
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#include "tensor_t/tensor_t.h"
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef __TENSOR_T__H__
|
||||
#define __TENSOR_T__H__
|
||||
|
||||
#include "dimension_t/dimension_t.h"
|
||||
|
||||
|
||||
|
||||
#endif /* __TENSOR_T__H__ */
|
||||
Reference in New Issue
Block a user