Open kchanqvq opened 2 years ago
Is there a way to destructively output to a different tensor rather than the input tensor? scale! or map! doesn't seem to be capable of this.
scale!
map!
Currently no, but it would be a welcome addition, since this is sometimes needed for efficiency.
Is there a way to destructively output to a different tensor rather than the input tensor?
scale!
ormap!
doesn't seem to be capable of this.