summaryrefslogtreecommitdiff
path: root/modules/codec/c++/matrix.hpp
blob: e0bdf7b5f1f00c9979960c470e9d7591eb89969d (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "data_math.hpp"

namespace saw {
// template<typename T>
// saw::data<schema::Tensor<T,1u>, 
}