summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify and test type checkJon Bratseth2017-01-181-16/+2
|
* Merge with masterJon Bratseth2017-01-181-2/+8
|\
| * Revert "Revert "Revert "Revert "Bratseth/tensor type info in documents""""Jon Bratseth2017-01-174-16/+23
| |
| * Allow missing valuesJon Bratseth2017-01-171-2/+8
| | | | | | | | Fill missing values with 0 when building dense tensors.
| * Revert "Revert "Revert "Bratseth/tensor type info in documents"""Henning Baldersheim2017-01-164-23/+16
| |
* | Add tensor document summary fieldJon Bratseth2017-01-165-14/+63
|/
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-124-16/+23
|
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-124-23/+16
|
* Propagate typeJon Bratseth2017-01-103-15/+3
|
* Merge with masterJon Bratseth2017-01-1010-72/+192
|\
| * Disallow empty tensors without dimensionsJon Bratseth2017-01-101-17/+7
| |
| * Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-105-27/+24
| |
| * Move string encoding decoding to GrowableByteBufferJon Bratseth2017-01-103-40/+32
| |
| * Output tensor type in error messageJon Bratseth2017-01-101-1/+1
| |
| * Add (disabled) dense tensor binary formatJon Bratseth2017-01-096-33/+175
| |
* | Maintain TensorType in documentsJon Bratseth2017-01-103-2/+22
|/
* Faster indexed general join algorithmJon Bratseth2017-01-065-25/+173
|
* Type DimensionSizesJon Bratseth2017-01-057-162/+218
|
* Optimize indexed iterator accessJon Bratseth2017-01-054-97/+190
|
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-058-55/+75
|
* Optimize subspace iterationJon Bratseth2017-01-054-76/+169
|
* Minor changeJon Bratseth2017-01-041-6/+2
|
* Move order check out of inner loopJon Bratseth2017-01-041-6/+11
|
* Special-case iterating in a single dimensionJon Bratseth2017-01-041-6/+41
|
* Support iterating over dimensions in any orderJon Bratseth2017-01-031-58/+57
|
* Use int labels for speedJon Bratseth2017-01-031-5/+6
|
* More tests and remove printlnJon Bratseth2017-01-031-4/+0
|
* Validate sizesJon Bratseth2017-01-021-1/+5
|
* Add concat functionJon Bratseth2017-01-026-70/+278
|
* Concat skeletonJon Bratseth2016-12-222-0/+63
|
* Add tensor argmax and argminJon Bratseth2016-12-226-19/+116
|
* Add tensor generate functionsJon Bratseth2016-12-225-5/+5
|
* More testsJon Bratseth2016-12-223-7/+21
|
* Tensor generate functionsJon Bratseth2016-12-225-1/+243
|
* - Tensor generate implementationJon Bratseth2016-12-216-86/+209
| | | | | - Cross tensor implementation equals - Better iteration
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-209-127/+442
|
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-199-442/+127
|
* Extract logic which must be identicalJon Bratseth2016-12-191-72/+42
|
* Do todosJon Bratseth2016-12-191-3/+1
|
* Use int addressesJon Bratseth2016-12-192-8/+10
|
* Int tensor addressJon Bratseth2016-12-191-17/+71
|
* Encapsulate TensorAddress moreJon Bratseth2016-12-197-70/+111
|
* Split iterating into subspaces for performanceJon Bratseth2016-12-195-71/+321
|
* Add value iterator and iterate in vector-vector joinJon Bratseth2016-12-175-8/+50
|
* Delete until we need itJon Bratseth2016-12-161-19/+0
|
* Move to iterator access where possibleJon Bratseth2016-12-168-35/+130
|
* Merge pull request #1342 from yahoo/bratseth/double-backed-indexed-tensorLester Solbakken2016-12-1610-436/+460
|\ | | | | Bratseth/double backed indexed tensor
| * SimplifyJon Bratseth2016-12-163-57/+27
| |
| * More uniform APIJon Bratseth2016-12-166-12/+12
| |
| * Improve APIJon Bratseth2016-12-162-10/+8
| |