aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/MappedTensor.java
Commit message (Expand)AuthorAgeFilesLines
* - Add and use getAsDouble method returning a Double object. It behaves simila...Henning Baldersheim2024-01-211-0/+3
* Construct array right away instead of going via a single element list and the...Henning Baldersheim2024-01-181-2/+1
* - 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
* More input tests and better error messageJon Bratseth2022-10-191-2/+2
* Output input default values in rank propertiesJon Bratseth2022-05-091-3/+10
* Validate query feature tensor typesJon Bratseth2022-03-291-2/+7
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Return 0.0 rather than nan for non-existing tensor cells in JavaLester Solbakken2021-05-031-1/+1
* add api for detecting cell existenceArne Juul2021-04-301-0/+3
* Add mergeJon Bratseth2020-01-021-19/+0
* Build tensors purely with floatsJon Bratseth2019-04-261-0/+10
* TensorRemoveUpdate support for mixed tensorsLester Solbakken2019-02-201-0/+14
* TensorAddUpdate support for mixed tensorsLester Solbakken2019-02-201-0/+20
* Add faster tensor rename if dimension after rename are in the same orderLester Solbakken2018-10-081-0/+9
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-2/+2
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-8/+8
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-8/+8
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-8/+8
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-051-1/+21
* - Tensor generate implementationJon Bratseth2016-12-211-3/+3
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-1/+1
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-1/+1
* Encapsulate TensorAddress moreJon Bratseth2016-12-191-1/+1
* Add value iterator and iterate in vector-vector joinJon Bratseth2016-12-171-0/+3
* Move to iterator access where possibleJon Bratseth2016-12-161-2/+9
* SimplifyJon Bratseth2016-12-161-24/+2
* More uniform APIJon Bratseth2016-12-161-2/+4
* Remove dead codeJon Bratseth2016-12-161-56/+0
* Generify parsingJon Bratseth2016-12-161-2/+11
* Apply in correct order and handle zero dimensionJon Bratseth2016-12-141-1/+6
* Lock down MappedTensor creationJon Bratseth2016-12-131-2/+1
* Allow building from cells created on the outsideJon Bratseth2016-12-131-4/+8
* Tensor implementation independent builder APIJon Bratseth2016-12-131-11/+11
* MapTensor -> MappedTensorJon Bratseth2016-12-121-0/+143