summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/Tensor.java
Commit message (Expand)AuthorAgeFilesLines
* Add faster tensor rename if dimension after rename are in the same orderLester Solbakken2018-10-081-0/+7
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Use constant tensor files WIPJon Bratseth2018-01-111-0/+6
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-5/+5
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-23/+23
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-23/+23
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-23/+23
* Fix 'Cannot combine two tensors using ldexp'Lester Solbakken2017-11-141-0/+1
* Fix 'Cannot combine two tensors using fmod'Lester Solbakken2017-11-141-0/+1
* Fix 'Cannot combine two tensors using pow'Lester Solbakken2017-11-141-0/+1
* Fix 'Tensors cannot be compared with ~='Lester Solbakken2017-11-141-1/+16
* Merge pull request #4066 from vespa-engine/lesters/add-java-tensor-conformanc...Jon Bratseth2017-11-091-1/+3
|\
| * Add error tolerance for tensor equalsLester Solbakken2017-11-091-1/+3
* | Add mixed tensor serialization/deserializationLester Solbakken2017-11-081-2/+2
|/
* Nonfunctional changes onlyJon Bratseth2017-10-181-0/+4
* Nonfunctional changes onlyJon Bratseth2017-10-161-0/+6
* 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
* Revert "Revert "Add (disabled) dense tensor binary format""Jon Bratseth2017-01-101-3/+2
* Revert "Add (disabled) dense tensor binary format"Henning Baldersheim2017-01-101-2/+3
* Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-101-3/+2
* Type DimensionSizesJon Bratseth2017-01-051-1/+1
* Optimize indexed iterator accessJon Bratseth2017-01-051-1/+18
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-051-4/+42
* Optimize subspace iterationJon Bratseth2017-01-051-2/+2
* Add concat functionJon Bratseth2017-01-021-0/+5
* Add tensor argmax and argminJon Bratseth2016-12-221-0/+8
* More testsJon Bratseth2016-12-221-1/+15
* - Tensor generate implementationJon Bratseth2016-12-211-6/+20
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-8/+15
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-15/+8
* Split iterating into subspaces for performanceJon Bratseth2016-12-191-8/+15
* Add value iterator and iterate in vector-vector joinJon Bratseth2016-12-171-1/+4
* Move to iterator access where possibleJon Bratseth2016-12-161-8/+18
* SimplifyJon Bratseth2016-12-161-7/+22
* More uniform APIJon Bratseth2016-12-161-1/+1
* Generify parsingJon Bratseth2016-12-161-1/+7
* Move parsing to parserJon Bratseth2016-12-161-66/+3
* CleanupJon Bratseth2016-12-161-28/+36
* Double-backed indexed tensorJon Bratseth2016-12-161-4/+8
* Apply in correct order and handle zero dimensionJon Bratseth2016-12-141-0/+2
* Allow building from cells created on the outsideJon Bratseth2016-12-131-2/+6
* Tensor implementation independent builder APIJon Bratseth2016-12-131-0/+28
* MapTensor -> MappedTensorJon Bratseth2016-12-121-6/+1
* Run evaluation tests on both indexed and mapped tensorsJon Bratseth2016-12-081-1/+0
* Correctly handle single numberJon Bratseth2016-12-071-1/+0
* Create indexed tensors when requestedJon Bratseth2016-12-061-32/+113