aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/IndexedDoubleTensor.java
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupJon Bratseth2024-01-281-3/+0
* Make tensor addresses integer based instead of as strings.Henning Baldersheim2024-01-251-0/+3
* - Add sizeAsInt to allow for safe cast from long to int of the size of a tensor.Henning Baldersheim2024-01-181-0/+4
* 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