summaryrefslogtreecommitdiffstats
path: root/model-integration
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to latest version of protoc-jar-maven-pluginHarald Musum2019-01-291-1/+1
|
* Set 7-SNAPSHOT for new modules.gjoranv2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+5
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-5/+0
|
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-042-0/+5
|\ | | | | Enable ABI checking on modules with public APIs
| * Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | | | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
| * Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+17
| |
* | String.format is locale dependent (and more verbose)Jon Bratseth2018-12-193-9/+5
|/
* Upgrade protoc jar maven plugin versionLester Solbakken2018-12-041-1/+1
|
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-25/+10
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-291-10/+25
|
* Merge pull request #7808 from ↵Lester Solbakken2018-11-291-25/+10
|\ | | | | | | | | vespa-engine/bratseth/always-output-tensor-type-in-tostring Always output tensor type in toString
| * Always output tensor type in toStringJon Bratseth2018-11-281-25/+10
| | | | | | | | | | This allows us to always restore a tensor accurately from its toString form.
* | Merge pull request #7805 from vespa-engine/bratseth/allow-zero-arg-parenthesisLester Solbakken2018-11-291-2/+0
|\ \ | | | | | | Allow no-arg function invocations to use parentheses
| * | Allow no-arg function invocations to use parenthesesJon Bratseth2018-11-281-2/+0
| |/
* | Set correct concat dimension for renameLester Solbakken2018-11-281-7/+7
| |
* | Remove method only used by testsJon Bratseth2018-11-276-26/+27
|/
* Temporary re-add for compatibility in CDJon Bratseth2018-11-272-0/+104
|
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-267-3/+193
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Model the config model view of model-integrationJon Bratseth2018-11-265-193/+54
| | | | | This is to make it clearer that these methods are part of the config model API.
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-256-38/+116
| | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* Optionally exclude TF JNIJon Bratseth2018-11-231-0/+26
|
* Move all importing to model-integrationJon Bratseth2018-11-2248-60/+2767
|
* Install in configserver-appJon Bratseth2018-11-221-1/+1
|
* Make install file tooJon Bratseth2018-11-221-0/+2
|
* Add CMakeLists.txtJon Bratseth2018-11-221-0/+2
|
* Restore old package nameJon Bratseth2018-11-2219-57/+57
|
* Add READMEJon Bratseth2018-11-211-0/+8
|
* Osgi-export org.tensorflowJon Bratseth2018-11-211-0/+6
|
* Separate model integration into a separate moduleJon Bratseth2018-11-2149-0/+66113
This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.