aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/IndexedDoubleTensor.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Dense string formJon Bratseth2019-06-071-1/+7
* Validate moreJon Bratseth2019-06-041-1/+1
* Update ABI spec and add javadocWJon Bratseth2019-06-011-1/+2
* Allow passing your own vector without copy to the IndexedTensor.Henning Baldersheim2019-06-011-1/+4
* Encode directly as floatJon Bratseth2019-04-261-7/+3
* Build tensors purely with floatsJon Bratseth2019-04-261-5/+20
* Make float builder when appropriateJon Bratseth2019-04-261-4/+0
* Move bound builder double array into double subclassJon Bratseth2019-04-261-3/+62
* Split values into IndexedDoubleTensor subclassJon Bratseth2019-04-251-0/+46