Feature : Add associateOutput()
Description
This MR adds the associateOutput()
function, that is similar to associateInput()
, but for the output tensors.
It is used in aidge_quantization!50 (merged) (for connecting the Quantizer micrograph to the output tensor after the micrograph edition)
Files modified : Operator.hpp
, OperatorTensor.hpp
, OperatorTensor.cpp