summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2017-10-181-0/+4
|
* Nonfunctional changes onlyJon Bratseth2017-10-161-0/+6
|
* Rename variableLester Solbakken2017-07-061-3/+3
|
* Small fixes to mapped hash joinLester Solbakken2017-07-061-22/+37
|
* Optimize general mapped tensor joinLester Solbakken2017-07-051-8/+74
|
* Update copyright headersJon Bratseth2017-06-1442-13/+42
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1442-42/+13
|
* Update copyright headersJon Bratseth2017-06-1442-13/+42
|
* Revert "Copyright header"Jon Bratseth2017-06-1342-42/+13
|
* Copyright headerJon Bratseth2017-06-1342-13/+42
|
* Fix error: Generate must have 0 arguments, got 0Lester Solbakken2017-06-011-1/+1
|
* Remove empty to avoid class-init deadlockJon Bratseth2017-05-302-3/+1
|
* reverse isAssignableToJon Bratseth2017-01-183-13/+13
|
* Simplify and test type checkJon Bratseth2017-01-183-30/+11
|
* 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-173-14/+21
| |
| * 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-163-21/+14
| |
* | Add tensor document summary fieldJon Bratseth2017-01-164-10/+61
|/
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-123-14/+21
|
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-123-21/+14
|
* Propagate typeJon Bratseth2017-01-103-15/+3
|
* Merge with masterJon Bratseth2017-01-109-65/+167
|\
| * 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-102-33/+7
| |
| * 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-102-0/+20
|/
* 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
|