summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor
Commit message (Expand)AuthorAgeFilesLines
* Fix string representations of tensor expressionsLester Solbakken2018-01-221-3/+3
* Add batch normalization test caseLester Solbakken2018-01-221-3/+55
* Merge pull request #4618 from vespa-engine/bratseth/tf-constants-as-filesJon Bratseth2018-01-111-0/+6
|\
| * Use constant tensor files WIPJon Bratseth2018-01-111-0/+6
* | TensorFlow import of name scopes and new activation functions.Lester Solbakken2018-01-111-0/+24
|/
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-1917-254/+254
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-1830-297/+342
* Revert "Bratseth/tensorflow models"gjoranv2017-12-1730-342/+297
* Check agreement between TF and Vespa executionJon Bratseth2017-12-1328-250/+252
* More functions. Cleanup.Jon Bratseth2017-11-296-61/+53
* Complete prototype TensorFlow mappingJon Bratseth2017-11-286-0/+51
* Java tensors: support unequal size when concatenatingLester Solbakken2017-11-161-3/+1
* 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-092-3/+13
|\
| * Add error tolerance for tensor equalsLester Solbakken2017-11-091-1/+3
| * Add bounds checking for indexed tensorLester Solbakken2017-11-091-2/+10
* | Add mixed tensor serialization/deserializationLester Solbakken2017-11-084-3/+580
|/
* 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
| * 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
|/