aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/IndexedTensor.java
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupJon Bratseth2024-01-281-2/+2
* Make tensor addresses integer based instead of as strings.Henning Baldersheim2024-01-251-6/+4
* - Add and use getAsDouble method returning a Double object. It behaves simila...Henning Baldersheim2024-01-211-0/+11
* - Extract dimension names in a set to avoid recomputing it in dimensionNames(...Henning Baldersheim2024-01-211-7/+8
* Rename getIndex => getDirectIndexHenning Baldersheim2024-01-201-1/+1
* Add a class for assist efficient traversal of dimensions in an IndexedTensor.Henning Baldersheim2024-01-191-0/+4
* - Move computation of productOfDimensionsAfter to DimensionSizes.Henning Baldersheim2024-01-181-43/+31
* Construct array right away instead of going via a single element list and the...Henning Baldersheim2024-01-181-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-10/+6
* More input tests and better error messageJon Bratseth2022-10-191-3/+5
* Output input default values in rank propertiesJon Bratseth2022-05-091-9/+14
* Parse nested arraysJon Bratseth2022-05-081-2/+2
* Validate query feature tensor typesJon Bratseth2022-03-291-8/+18
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Encode to dense tensorJon Bratseth2021-09-161-3/+1
* Revert "Revert "Add ONNX-RT evaluator to model-integration module""Lester Solbakken2021-05-191-0/+8
* Revert "Add ONNX-RT evaluator to model-integration module"Lester Solbakken2021-05-191-8/+0
* Add ONNX-RT evaluator to model-integration moduleLester Solbakken2021-05-191-0/+8
* Return 0.0 rather than nan for non-existing tensor cells in JavaLester Solbakken2021-05-031-2/+2
* add api for detecting cell existenceArne Juul2021-04-301-0/+11
* throw exception for unexpected enum value in more placesArne Juul2021-04-091-5/+4
* Resolve feedback from PR reviewLester Solbakken2021-04-081-42/+32
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-0/+16
* Use the tensor type to switch tensor binary formatJon Bratseth2020-09-031-3/+1
* Merge pull request #11637 from vespa-engine/bratseth/tensor-short-form-tostringJon Bratseth2020-01-061-9/+14
|\
| * More tensor short forms in Tensor.toString()Jon Bratseth2020-01-031-9/+14
* | Add mergeJon Bratseth2020-01-021-5/+0
|/
* Interpret dimensions in written orderJon Bratseth2019-12-141-26/+69
* Tensor parsing improvementsJon Bratseth2019-12-101-17/+57
* Always serialize dynamic tensors in verbose formJon Bratseth2019-11-081-1/+10
* Literal tensors with value expressionsJon Bratseth2019-11-051-2/+0
* Document the standard value order one placeJon Bratseth2019-10-011-20/+19
* Convenience method to find smallest/largest cellsJon Bratseth2019-07-031-0/+5
* Keep writing floats as doubles in toString for nowJon Bratseth2019-06-201-1/+1
* Revert "Merge pull request #9849 from vespa-engine/revert-9836-bratseth/outpu...Jon Bratseth2019-06-201-1/+51
* Read dense tensor form in documentsJon Bratseth2019-06-181-0/+2
* Dense string formJon Bratseth2019-06-071-4/+3
* Expect IllegalArgumentException and be consistentJon Bratseth2019-06-041-7/+7
* Adjust to changes exception typeJon Bratseth2019-06-041-1/+1
* Validate moreJon Bratseth2019-06-041-5/+4
* Update ABI spec and add javadocWJon Bratseth2019-06-011-4/+38
* Allow passing your own vector without copy to the IndexedTensor.Henning Baldersheim2019-06-011-10/+67
* Add a test and correct conditionJon Bratseth2019-04-291-1/+1
* Add float accessorJon Bratseth2019-04-261-0/+10
* Encode directly as floatJon Bratseth2019-04-261-1/+10
* Build tensors purely with floatsJon Bratseth2019-04-261-0/+13
* Make float builder when appropriateJon Bratseth2019-04-261-3/+2
* Move bound builder double array into double subclassJon Bratseth2019-04-261-57/+22
* Split values into IndexedDoubleTensor subclassJon Bratseth2019-04-251-34/+17