aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/test/models/tensorflow
Commit message (Collapse)AuthorAgeFilesLines
* Remove Java dependencies to tensorflowLester Solbakken2021-10-0448-102382/+0
|
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Initial conversion of TF to ONNX for testingLester Solbakken2019-12-123-0/+5039
|
* Add test for tf2onnx conversion and evaluationLester Solbakken2019-11-2217-0/+23837
|
* Rename constant dimensionsJon Bratseth2019-07-284-0/+6561
|
* Output the intermediate graphJon Bratseth2019-06-301-0/+1318
|
* Remove outdated commentLester Solbakken2019-06-191-3/+1
|
* Add TensorFlow softmax operation supportLester Solbakken2019-06-194-0/+2030
|
* Separate model integration into a separate moduleJon Bratseth2018-11-2119-0/+63597
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.