propelml / propel

Differential Programming in JavaScript.
http://propelml.org/
Apache License 2.0
2.71k stars 104 forks source link

API to change a single element in a tensor #506

Open qti3e opened 6 years ago

qti3e commented 6 years ago

something like this:

 tensor.set([2, 3, 2], 0);