feat_operator_convtranspose
Compare changes
- Grégoire Kubler authored
replaced tensor->size by tensor->dims comparison replaced fmt::print by log::error replaced assert with AIDGE_ASSERT
+ 32
− 19
@@ -11,25 +11,23 @@
@@ -11,25 +11,23 @@
* If the templated type does not correspond to the datatype of each tensor, raise an assertion error
* @tparam T1 should correspond to the type of the first tensor, defines part of the type for absolute and relative error
@@ -43,33 +41,42 @@ template <typename T1, typename T2 = T1>
@@ -43,33 +41,42 @@ template <typename T1, typename T2 = T1>
@@ -77,9 +84,15 @@ bool approxEq(const Tensor& t1, const Tensor& t2, float relative = 1e-5f, float
@@ -77,9 +84,15 @@ bool approxEq(const Tensor& t1, const Tensor& t2, float relative = 1e-5f, float