summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Tensor API out of betaJon Bratseth2018-03-1238-94/+0
|
* Add TensorFlow variable converterJon Bratseth2018-03-089-16/+129
|
* OrderedTensorType.to/from specJon Bratseth2018-03-083-22/+23
|
* Improve diagnostic message.Henning Baldersheim2018-03-021-1/+1
|
* 1 - If another thread is already in progress dumping threads just make a ↵Henning Baldersheim2018-03-021-25/+40
| | | | | | note of it and continue. 2 - If another thread has already started shuttdown process, just make a note of it.
* Cleanup and more type inferenceJon Bratseth2018-02-241-21/+1
| | | | | | | - Use a type context in TensorTransformer - Correct Join.outputType - Understand tensorFromLabels and tensorFromWeightedSet - Don't wrap simple tensor arguments in constant()
* Merge pull request #5118 from vespa-engine/lesters/rename-tensorflow-constantsJon Bratseth2018-02-232-2/+19
|\ | | | | Refactor TensorFlow import and add dimension renaming.
| * Refactor TensorFlow import and add dimension renaming.Lester Solbakken2018-02-222-2/+19
| |
* | Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-2216-48/+195
|/
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-2116-195/+48
|
* Deduce correct concat typeJon Bratseth2018-02-214-21/+127
|
* Revert "Merge pull request #5091 from ↵Jon Bratseth2018-02-2113-27/+68
| | | | | | | vespa-engine/revert-5065-bratseth/typecheck-all-2" This reverts commit f15c8a6384031adfe0764f20e6448be4eccd517b, reversing changes made to 2a343e5a88a023a3f3246db2f47726e229d28fac.
* Revert "Bratseth/typecheck all 2"Jon Bratseth2018-02-2013-68/+27
|
* Propagate type informationJon Bratseth2018-02-1712-22/+39
|
* Static type check reference parametersJon Bratseth2018-02-173-6/+4
|
* Handle argument bindingsJon Bratseth2018-02-143-4/+29
|
* Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-091-0/+1
|
* Revert "Bratseth/typecheck all"Henning Baldersheim2018-02-061-1/+0
|
* Type check all expressionsJon Bratseth2018-02-061-0/+1
|
* Generalize dimension-wiseJon Bratseth2018-02-021-0/+41
|
* Allow compatible changes to stored tensorsJon Bratseth2018-02-012-1/+42
| | | | | Allow increasing the size of tensor dimensions without making stored data incompatible.
* Require same length on dimensionsJon Bratseth2018-02-013-5/+23
|
* Canonicalize featuresJon Bratseth2018-01-311-1/+1
| | | | | This allows us to find the type of features referenced in ranking expressions regardless of the form they are written in.
* Nonfunctional changes onlyJon Bratseth2018-01-311-1/+4
|
* Verify macrosJon Bratseth2018-01-3114-25/+70
|
* Propagate type information through ranking expressionsJon Bratseth2018-01-291-0/+1
|
* Propagate type informationJon Bratseth2018-01-2922-87/+156
|
* Refactor tensorflow import and add dropout testLester Solbakken2018-01-261-0/+9
|
* 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
|\