diff options
Diffstat (limited to 'modules/codec/c++/matrix.hpp')
| -rw-r--r-- | modules/codec/c++/matrix.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/codec/c++/matrix.hpp b/modules/codec/c++/matrix.hpp new file mode 100644 index 0000000..e0bdf7b --- /dev/null +++ b/modules/codec/c++/matrix.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include "data_math.hpp" + +namespace saw { +// template<typename T> +// saw::data<schema::Tensor<T,1u>, +} |
