summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests for large/small tensor constantsLester Solbakken2018-02-052-4/+5
* Store small constants separatelyLester Solbakken2018-02-051-4/+11
* Support small constantsJon Bratseth2018-02-051-4/+17
* Add logging when adding a constantJon Bratseth2018-02-051-1/+1
* Merge pull request #4913 from vespa-engine/bratseth/feature-names-cleanupLester Solbakken2018-02-055-138/+13
|\
| * Unify canonicalizationJon Bratseth2018-02-035-183/+13
| * Fetaure names cleanup WIPJon Bratseth2018-02-022-15/+60
* | No need to compress just to uncompress.Henning Baldersheim2018-02-051-1/+9
|/
* Merge pull request #4859 from vespa-engine/balder/shortcut-on-timeoutHenning Baldersheim2018-02-0228-132/+89
|\
| * Nested namespacesHenning Baldersheim2018-02-0227-131/+88
| * Correctly test for expiry.Henning Baldersheim2018-02-011-1/+1
* | Generalize dimension-wiseJon Bratseth2018-02-022-7/+8
* | Replace / in Tensorflow constants and placeholders to _Lester Solbakken2018-02-025-14/+21
* | Allow type generalizations in ifJon Bratseth2018-02-014-6/+75
* | Correct copyright headersJon Bratseth2018-02-012-2/+4
* | Canonicalize featuresJon Bratseth2018-01-316-13/+138
|/
* Nonfunctional changes onlyJon Bratseth2018-01-311-0/+1
* Verify macrosJon Bratseth2018-01-3132-135/+162
* Propagate type information through ranking expressionsJon Bratseth2018-01-2919-37/+141
* Propagate type informationJon Bratseth2018-01-2911-33/+117
* Don't use uint16_t when UChar is needed.Tor Egge2018-01-273-2/+3
* Merge pull request #4789 from vespa-engine/geirst/improve-alloc-strategy-in-d...Henning Baldersheim2018-01-2611-69/+138
|\
| * Use definition of huge page size from memory allocator.Geir Storli2018-01-261-2/+1
| * Improve buffer allocation strategy in data store by matching underlying alloc...Geir Storli2018-01-267-42/+95
| * Refactor calculation of buffer allocation.Geir Storli2018-01-254-27/+44
* | Refactor tensorflow import and add dropout testLester Solbakken2018-01-2611-342/+3602
* | Correct copyright headerJon Bratseth2018-01-251-1/+0
* | Add copyright headersJon Bratseth2018-01-254-0/+4
* | Remove loggingJon Bratseth2018-01-252-1/+5
* | Refactor: RenameJon Bratseth2018-01-253-25/+24
* | Refactor: Move state to helperJon Bratseth2018-01-253-32/+29
* | Refactor: Extract test helper logicJon Bratseth2018-01-254-125/+166
* | Minor improvementsJon Bratseth2018-01-251-12/+11
|/
* Keep imported tensor attribute vector read guard live during access.Tor Egge2018-01-231-1/+2
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-2312-2/+415
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-2312-415/+2
* Merge pull request #4733 from vespa-engine/toregge/add-imported-tensor-attrib...Tor Brede Vekterli2018-01-2312-2/+415
|\
| * Use ASSERT_TRUE instead of EXPECT_TRUE.Tor Egge2018-01-231-1/+1
| * Fix typo in tensor spec.Tor Egge2018-01-221-1/+1
| * Add class comment.Tor Egge2018-01-221-0/+4
| * Add imported tensor attribute vector read guard.Tor Egge2018-01-229-1/+217
| * Add imported tensor attribute vector.Tor Egge2018-01-227-1/+194
* | Merge branch 'master' into lesters/add-batch-norm-tf-caseLester Solbakken2018-01-2223-105/+267
|\ \
| * | Use double quotesJon Bratseth2018-01-222-4/+4
| * | Merge pull request #4734 from vespa-engine/geirst/more-conservative-buffer-al...Henning Baldersheim2018-01-2221-101/+262
| |\ \ | | |/ | |/|
| | * Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-223-9/+8
| | * Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-1919-78/+243
| | * Style changes.Geir Storli2018-01-182-16/+13
* | | Support negative values dimension sizes in tensorflow reshape importLester Solbakken2018-01-221-2/+4
* | | Support negative dimesions in import of expanddimsLester Solbakken2018-01-221-3/+7