aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+100
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.