summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/MappedTensor.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This is to be able to support tensor dimensions with more than 2B elements in the future without API change.
* 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
| | | | | - Cross tensor implementation equals - Better iteration
* 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