Skip to content
Snippets Groups Projects

feat_operator_convtranspose

Merged Grégoire Kubler requested to merge feat_operator_convtranspose into dev
2 files
+ 24
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -239,7 +239,7 @@ public:
* 3 - Assert data format (NCHW, NHWC, ...) of each Operator's input Tensor is
* compatible with the selected kernel.
* If not, add a Transpose Operator.
* 4 - Propagate Tensor dimensions through the consecutive Operators.
* 4 - Propagate Tensor dimensions through the consecutive Operators(also named forward dims).
*/
void compile(const std::string& backend = "cpu",
const Aidge::DataType datatype = DataType::Float32,
Loading