aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/ScalarFunctions.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-0/+81
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add non-primitive tensor expand functionLester Solbakken2021-10-061-0/+16
* add "hamming" functionArne H Juul2021-09-231-0/+21
* new implementation of erf()Arne Juul2021-04-201-15/+71
* Add erf (the error function)Lester Solbakken2020-06-181-0/+25
* Add unit tests for ONNX operators (and fix some of the implementations)Lester Solbakken2019-12-051-10/+35
* Add additional ONNX operationsLester Solbakken2019-11-221-0/+8
* String.format is locale dependent (and more verbose)Jon Bratseth2018-12-191-3/+1
* Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-061-2/+121
* Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-061-121/+2
* Add more ONNX operationsLester Solbakken2018-06-041-2/+121
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Refactor tensorflow import and add dropout testLester Solbakken2018-01-261-0/+9
* Fix string representations of tensor expressionsLester Solbakken2018-01-221-3/+3
* Add batch normalization test caseLester Solbakken2018-01-221-3/+55
* 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-191-18/+18
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-54/+43
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-43/+54
* More functions. Cleanup.Jon Bratseth2017-11-291-54/+43
* 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
* Add tensor argmax and argminJon Bratseth2016-12-221-11/+16
* Add tensor generate functionsJon Bratseth2016-12-221-1/+1
* More testsJon Bratseth2016-12-221-5/+5
* Tensor generate functionsJon Bratseth2016-12-221-0/+82
* Make accessible from bundlesJon Bratseth2016-12-131-0/+3
* Revert "Revert "Bratseth/tensor functions 3""Jon Bratseth2016-11-261-0/+81
* Revert "Bratseth/tensor functions 3"Jon Bratseth2016-11-251-81/+0
* Correct sqrtJon Bratseth2016-11-251-2/+2
* Correct L1 and L2 definitionsJon Bratseth2016-11-251-0/+11
* More testsJon Bratseth2016-11-241-4/+4
* Implement composite functionsJon Bratseth2016-11-241-6/+28
* More functionsJon Bratseth2016-11-161-4/+36
* More functionsJon Bratseth2016-11-161-0/+16