mark-p4 commented on code in PR #2057:
URL: https://github.com/apache/systemds/pull/2057#discussion_r1696988175


##########
scripts/builtin/img_transform_linearized.dml:
##########
@@ -85,7 +85,8 @@ m_img_transform_linearized = function(Matrix[Double] img_in, 
Integer out_w, Inte
     ind= matrix(seq(1,ncol(xs),1),1,ncol(xs))
     z = table(xs, ind) 
     output = ys%*%z
-
+    print(nrow(img_in))
+    print(ncol(img_in))

Review Comment:
   is implemented since today, had to work out a problem



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to