summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/Concat.java
Commit message (Expand)AuthorAgeFilesLines
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-27/+10
* Compute hash without serializing to stringJon Bratseth2022-03-011-196/+199
* Resolve slice dimensionJon Bratseth2022-02-161-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* enable temporarily disabled codeArne Juul2021-04-261-5/+7
* test edge case with empty mixed tensorArne Juul2021-04-261-2/+2
* move code around and rename more conceptsArne Juul2021-04-261-104/+104
* rename some conceptsArne Juul2021-04-261-58/+53
* add very generic concat algorithmArne Juul2021-04-261-0/+241
* Concat: find value type from TypeResolverLester Solbakken2021-04-221-5/+4
* Wire in tensor cell type resolving for concat in JavaLester Solbakken2021-04-221-25/+3
* Pull name upJon Bratseth2019-11-271-1/+2
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-10/+10
* use same rules for cell value type resolving as C++Arne Juul2019-08-201-4/+5
* Infer value typeJon Bratseth2019-04-031-2/+2
* Add tensor value typeJon Bratseth2019-04-031-1/+5
* Tensor API out of betaJon Bratseth2018-03-121-4/+0
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-221-5/+21
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-211-21/+5
* Deduce correct concat typeJon Bratseth2018-02-211-3/+19
* Revert "Merge pull request #5091 from vespa-engine/revert-5065-bratseth/typec...Jon Bratseth2018-02-211-2/+2
* Revert "Bratseth/typecheck all 2"Jon Bratseth2018-02-201-2/+2
* Propagate type informationJon Bratseth2018-02-171-2/+2
* Verify macrosJon Bratseth2018-01-311-3/+9
* Propagate type informationJon Bratseth2018-01-291-12/+17
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-10/+10
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-5/+5
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-5/+5
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-5/+5
* Java tensors: support unequal size when concatenatingLester Solbakken2017-11-161-3/+1
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
* Copyright headerJon Bratseth2017-06-131-0/+1
* Faster indexed general join algorithmJon Bratseth2017-01-061-12/+12
* Type DimensionSizesJon Bratseth2017-01-051-10/+11
* 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-021-5/+142
* Concat skeletonJon Bratseth2016-12-221-0/+58