assert(gv->outputNodes().size()==1U&&"Zero or more than one output Node for the GraphView, don't know which one to choose from for the residual connection");
AIDGE_ASSERT(gv->outputNodes().size()==1U,
"Residual(): Zero or more than one output Node for the GraphView, don't know which one to choose from for the residual connection");
assert(gv->inputNodes().size()==2U&&"Zero or more than one input Node for the GraphView, don't know which one to choose from for the residual connection");
AIDGE_ASSERT(gv->inputNodes().size()==2U,
"Residual(): Zero or more than one input Node for the GraphView, don't know which one to choose from for the residual connection");