java-ndarray icon indicating copy to clipboard operation
java-ndarray copied to clipboard

Results 3 java-ndarray issues
Sort by recently updated
recently updated
newest added

How do I multiply two matricies (2d arrays)?

This draft shows how we could hydrate a just-allocated array using a new API that focuses on a stateful builder approach rather than the positional endpoints `setXXX(value, coords)` exposed by...

Hi, I am seeing this behavior when creating a Tensor using a buffer that is created by wrapping an array. The example below can reproduce the issue: ``` // create...