sebwrede commented on a change in pull request #1051:
URL: https://github.com/apache/systemds/pull/1051#discussion_r486383020
##########
File path:
src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java
##########
@@ -47,6 +47,10 @@ public CPOperand getOutput(int i) {
return _outputs.get(i);
}
+ public ArrayList<CPOperand> getOutputs(){
Review comment:
I also thought about doing that. It will always be an ArrayList, so in
the end it would not make much of a difference. It is more an API-design thing.
Do you prefer the List type?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]