Fan Yang

Results 2 issues of Fan Yang

Hi, We recently hit this race condition issue with `javacpp.Loader class`. The issue happens when you have multiple JVMs running on the same machine, like in Spark. It manifests as...

bug
help wanted

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