aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/Rename.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-6/+4
* Compute hash without serializing to stringJon Bratseth2022-03-011-6/+9
* Resolve slice dimensionJon Bratseth2022-02-161-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reapply "Lesters/resolve cell types for rename and slice"Arne Juul2021-04-261-4/+2
* Revert "Lesters/resolve cell types for rename and slice"Arnstein Ressem2021-04-221-2/+4
* Wire in tensor cell type resolving for rename in JavaLester Solbakken2021-04-221-4/+2
* Pull name upJon Bratseth2019-11-271-1/+2
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-10/+10
* Add tensor value typeJon Bratseth2019-04-031-1/+1
* Add faster tensor rename if dimension after rename are in the same orderLester Solbakken2018-10-081-0/+17
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-221-2/+2
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-211-2/+2
* 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-1/+2
* Propagate type informationJon Bratseth2018-01-291-18/+27
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-11/+13
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-13/+11
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-12/+10
* Complete prototype TensorFlow mappingJon Bratseth2017-11-281-0/+4
* 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
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-051-1/+1
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-2/+2
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-2/+2
* Encapsulate TensorAddress moreJon Bratseth2016-12-191-2/+2
* Move to iterator access where possibleJon Bratseth2016-12-161-1/+3
* Preserve tensor typeJon Bratseth2016-12-131-3/+3
* Make accessible from bundlesJon Bratseth2016-12-131-0/+2
* MapTensor -> MappedTensorJon Bratseth2016-12-121-2/+3
* Run evaluation tests on both indexed and mapped tensorsJon Bratseth2016-12-081-1/+2
* elements -> labelsJon Bratseth2016-12-041-1/+1
* Correct over-eager renamingJon Bratseth2016-12-041-1/+1
* Rename methodJon Bratseth2016-12-031-1/+1
* Store labels only in dimension addressesJon Bratseth2016-12-031-22/+21
* Give tensors a typeJon Bratseth2016-11-281-5/+13
* Propagate set/getChildrenJon Bratseth2016-11-281-0/+7
* Revert "Revert "Bratseth/tensor functions 3""Jon Bratseth2016-11-261-0/+100
* Revert "Bratseth/tensor functions 3"Jon Bratseth2016-11-251-100/+0
* Implement composite functionsJon Bratseth2016-11-241-0/+100
* Implement function delegation in TensorJon Bratseth2016-11-161-48/+0
* More functionsJon Bratseth2016-11-161-2/+2
* Add tensor operationsJon Bratseth2016-11-151-0/+48