Skip to content
Snippets Groups Projects

feat_operator_convtranspose

Merged Grégoire Kubler requested to merge feat_operator_convtranspose into dev
All threads resolved!
3 files
+ 177
94
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,6 +20,7 @@
#include "aidge/utils/Types.h"
namespace Aidge {
// Operator implementation entry point for the backend
using Conv1D_Op = Conv_Op<1>;
using ConvImpl1D_cpu = OperatorImpl_cpu<Conv_Op<1>,
Loading