pullrequests Search Results · repo:tensorflow/java-ndarray language:Java
Filter by
15 results
(116 ms)15 results
intensorflow/java-ndarray (press backspace or delete to remove)Renames NdArray.read(dstBuffer) to NdArray.copyTo(dstBuffer), and NdArray.write(srcBuffer) to
NdArray.copyFrom(srcBuffer), to make more obvious the direction of the data flow of these methods.
This is ...
karllessard
- 3
- Opened on Feb 19, 2024
- #19
Returns a view of an NdArray that uses a different, but compatible, shape.
This operation is stateless, meaning that calling ndArray.withShape(newShape) won t modify the shape of ndArray but
returns a ...
karllessard
- 5
- Opened on Feb 18, 2024
- #18
Fix typo in readme. I think author originally wanted to narrow bufferB and not bufferA.
Fixes # issue_number_goes_here
It s a good idea to open an issue first for discussion.
- [ ] Tests pass
- ...
jaymmodi
- 2
- Opened on Sep 12, 2023
- #17
Adds basic methods allowing users to visit all scalar values of a NdArray using Java Streams.
Array of all types can retrieve their values as a stream of objects, while arrays of Int, Long or Double can ...
karllessard
- 4
- Opened on Jan 25, 2023
- #15
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 the NdArray ...
karllessard
- 11
- Opened on Dec 5, 2022
- #14
Initializes 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 the NdArray itself.
Not only it simplifies ...
karllessard
- 2
- Opened on Dec 5, 2022
- #13
While documenting the API usage for my notes, I had a problem discussed in issue #11. This PR adds the tests I used when
the problem was detected.
Besides the tests, I noticed a compilation error that ...
hmf
- 13
- Opened on Nov 26, 2022
- #12
This adds a simple toString to AbstractDenseNdArray and AbstractSparseNdArray which pulls in the concrete class name.
The dense one includes the shape, the sparse one includes the default value, the number ...
Craigacp
- 10
- Opened on Mar 13, 2022
- #8
As discussed and voted by SIG JVM, the minimal supported JDK version for distributed artifacts has moved from Java8 to
Java11. Java17 build is also supported by the activation of the jdk17 Maven profile. ...
karllessard
- 4
- Opened on Feb 12, 2022
- #7
Adapt NdArray documentation to reflects changes that were done to tensors in https://github.com/tensorflow/java/pull/405
karllessard
- 1
- Opened on Feb 9, 2022
- #6