We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b30505 commit 5e51bcaCopy full SHA for 5e51bca
1 file changed
Fastor/tensor/TensorTraits.h
@@ -36,7 +36,6 @@ template<typename T, size_t N>
36
struct scalar_type_finder<Tensor<T,N>> {
37
using type = T;
38
};
39
-
40
template<typename T, size_t ... Rest>
41
struct scalar_type_finder<TensorMap<T,Rest...>> {
42
@@ -88,7 +87,6 @@ template<typename T, size_t N>
88
87
struct tensor_type_finder<Tensor<T,N>> {
89
using type = Tensor<T,N>;
90
91
92
93
struct tensor_type_finder<TensorMap<T,Rest...>> {
94
using type = Tensor<T,Rest...>;
0 commit comments