summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use longs for dimensions lengths in all API'sJon Bratseth2017-12-1918-259/+256
|/ | | | | This is to be able to support tensor dimensions with more than 2B elements in the future without API change.
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-1839-325/+467
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-1739-467/+325
|
* Merge with masterJon Bratseth2017-12-133-20/+29
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Copy files correctlyHarald Musum2017-11-272-20/+28
| | | | | | | | | | Use FileChannel to copy files instead of using Readers and Writers (makes it work for binary files too)
* | Check agreement between TF and Vespa executionJon Bratseth2017-12-1336-278/+280
| |
* | More functions. Cleanup.Jon Bratseth2017-11-296-61/+53
| |
* | Complete prototype TensorFlow mappingJon Bratseth2017-11-287-10/+63
| |
* | Merge with masterJon Bratseth2017-11-2811-15/+1013
|\|
| * Java tensors: support unequal size when concatenatingLester Solbakken2017-11-162-9/+2
| |
| * Fix 'Cannot combine two tensors using ldexp'Lester Solbakken2017-11-141-0/+1
| | | | | | | | | | Also, make 'ldexp' in Java comparable to C++, as the library call in C++ does an implicit cast to int.
| * 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 ↵Jon Bratseth2017-11-092-3/+13
| |\ | | | | | | | | | | | | vespa-engine/lesters/add-java-tensor-conformance-test Lesters/add java tensor conformance test
| | * Add error tolerance for tensor equalsLester Solbakken2017-11-091-1/+3
| | |
| | * Add bounds checking for indexed tensorLester Solbakken2017-11-091-2/+10
| | |
| * | Correct use of asText instead of toString in JSONLester Solbakken2017-11-091-12/+4
| | |
| * | Add test for mixed tensor as scalarLester Solbakken2017-11-091-0/+7
| | |
| * | Add copyright headerLester Solbakken2017-11-081-0/+2
| | |
| * | Add mixed tensor serialization/deserializationLester Solbakken2017-11-087-3/+978
| |/
| * Nonfunctional changes onlyJon Bratseth2017-11-081-0/+1
| |
* | TF model translation WIPJon Bratseth2017-11-071-0/+95
|/
* Add copyright headerJon Bratseth2017-10-275-0/+5
|
* Validate that document ids only contain text characters.Geir Storli2017-10-201-2/+23
|
* Nonfunctional changes onlyJon Bratseth2017-10-182-2/+15
|
* Nonfunctional changes onlyJon Bratseth2017-10-162-0/+16
|
* Add convenience methodsJon Bratseth2017-10-051-1/+7
|
* Nonfunctional changes onlyJon Bratseth2017-10-021-1/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Merge pull request #3554 from vespa-engine/aressem/remove-post-install-scriptArnstein Ressem2017-09-271-0/+2
|\ | | | | Aressem/remove post install script
| * Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
| |
* | Add javadocValerij Fredriksen2017-09-262-0/+27
| |
* | Use String as lock keyValerij Fredriksen2017-09-261-5/+5
| |
* | Move ifValerij Fredriksen2017-09-251-3/+3
| |
* | Use own monitorValerij Fredriksen2017-09-251-18/+30
| |
* | Rename to lockWhile, rename argumentsValerij Fredriksen2017-09-251-8/+8
| |
* | Add tryLock()Valerij Fredriksen2017-09-252-19/+31
|/
* Create ClassLockingValerij Fredriksen2017-09-253-0/+61
|
* Revert "Freva/node admin shutdown"Valerij Fredriksen2017-09-224-32/+2
|
* Use lock insteadValerij Fredriksen2017-09-221-8/+3
|
* Add locks to ComponentsProviderImplValerij Fredriksen2017-09-224-2/+37
|
* Merge pull request #3474 from vespa-engine/bratseth/nonfunctional-changes-5Jon Marius Venstad2017-09-201-1/+1
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2017-09-201-1/+1
| |