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