summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/DynamicTensor.java
Commit message (Expand)AuthorAgeFilesLines
* Make the TensorType.hasXX public and use them other places too.Henning Baldersheim2024-01-211-4/+4
* fix toString() and dimensionNames()Arne Juul2023-11-021-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* add withTransformedFunctions() to TensorFunction APIArne Juul2023-03-201-0/+24
* expose embedded expressions from DynamicTensorArne Juul2023-03-171-0/+19
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-2/+1
* Compute hash without serializing to stringJon Bratseth2022-03-011-2/+9
* Resolve slice dimensionJon Bratseth2022-02-161-4/+4
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Output function references wrapped in rankingExpression()Jon Bratseth2019-12-021-2/+2
* Pull name upJon Bratseth2019-11-271-7/+6
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-19/+17
* Allow bound functions in tensor generateJon Bratseth2019-11-261-0/+2
* Serialize scalar functions with contextJon Bratseth2019-11-081-18/+17
* Always serialize dynamic tensors in verbose formJon Bratseth2019-11-081-3/+5
* Literal tensors with value expressionsJon Bratseth2019-11-051-0/+146