summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headersJon Bratseth2018-01-251-0/+1
|
* Throw if commit() is called more than onceHarald Musum2018-01-242-0/+19
|
* Remove transaction commit in mock provisioner that should never have been thereHarald Musum2018-01-241-0/+10
|
* Revert "Revert "Correct path just once""Jon Bratseth2018-01-231-27/+23
|
* Revert "Correct path just once"Håkon Hallingstad2018-01-221-23/+27
|
* Merge pull request #4739 from vespa-engine/bratseth/correct-path-just-onceJon Bratseth2018-01-221-27/+23
|\ | | | | Correct path just once
| * Correct path just onceJon Bratseth2018-01-221-27/+23
| |
* | Fix string representations of tensor expressionsLester Solbakken2018-01-221-3/+3
| |
* | Add batch normalization test caseLester Solbakken2018-01-221-3/+55
|/
* Access files through application packageJon Bratseth2018-01-161-3/+1
|
* Use either model or stored expressions onlyJon Bratseth2018-01-161-0/+3
|
* Nonfunctional changes onlyJon Bratseth2018-01-151-1/+2
|
* Complete support for TF constants as files (deactivated)Jon Bratseth2018-01-111-0/+10
|
* Merge pull request #4618 from vespa-engine/bratseth/tf-constants-as-filesJon Bratseth2018-01-111-0/+6
|\ | | | | Use constant tensor files WIP
| * Use constant tensor files WIPJon Bratseth2018-01-111-0/+6
| |
* | TensorFlow import of name scopes and new activation functions.Lester Solbakken2018-01-111-0/+24
|/
* Merge pull request #4505 from vespa-engine/hakonhall/allow-localhost-zk-affinityHåkon Hallingstad2017-12-211-4/+7
|\ | | | | Allow localhost zk affinity
| * Allow localhost zk affinityHåkon Hallingstad2017-12-201-4/+7
| | | | | | | | | | This allows the config server's Curator component to use a connectSpec that only specifies the localhost zk server.
* | 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
|