[Test/onnxruntime] Add unit tests and ssat tests for ONNX Runtime
authorSuYeon <suyeon5.kim@samsung.com>
Mon, 4 Dec 2023 05:25:47 +0000 (14:25 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Dec 2023 08:08:41 +0000 (17:08 +0900)
commitd57ebdad4eec6c1caf61ae3228c1ba7c89b4d435
tree6b1109ca7a87cd0a9441d49b4e37d3f4500c4ef5
parentc0e0bfac4243e5b20b5bfc295b5902c9c2af0c14
[Test/onnxruntime] Add unit tests and ssat tests for ONNX Runtime

 - Add gtest based unit test for ONNX Runtime
 - Add SSAT test cases for ONNX Runtime tensor filter subplugin

Signed-off-by: SuYeon <suyeon5.kim@samsung.com>
tests/meson.build
tests/nnstreamer_filter_onnxruntime/runTest.sh [new file with mode: 0644]
tests/nnstreamer_filter_onnxruntime/unittest_filter_onnxruntime.cc [new file with mode: 0644]
tests/test_models/models/mobilenet_v2_quant.onnx [new file with mode: 0644]