Skip to content

feat_operator_convtranspose

Grégoire Kubler requested to merge feat_operator_convtranspose into dev

Context

issue : aidge#235 (closed)

  • ADDED :
    • feat : [ADD] PaddedConvTranspose operator
    • feat : [ADD] convtranspose operator
    • feat : added getDataType() function to OperatorTensor
    • feat : approxEqual, better error checking & error messages - replaced tensor->size by tensor->dims comparison - replaced fmt::print by log::error - replaced assert with AIDGE_ASSERT
  • FIXES :
    • fix : Expand shape input was set as Param instead of Data
    • fix : missing header in Types.h
  • CHORES :
    • chore : [DOC] added pybind documentation to graphview.compile
  • Conv
    • feat : [Conv] added check to ensure dilation & stride attributes values are strictly positive
    • fix : [Conv] added check to ensure that dilation & stride values were all >= 1
      • better warning message for conv operator
    • chore : [Conv] updated the method for attribute accession to ease code reading
    • fix : [Conv] added check to ensure that dilation & stride values were all >= 1 & better warning message for conv operator constructor
    • chore : [Conv] updated the method for attribute accession to ease code reading
Edited by Grégoire Kubler

Merge request reports

Loading