aboutsummaryrefslogtreecommitdiffstats
path: root/eval/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-06-10 14:03:09 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-06-10 14:03:09 +0000
commitc7c92cd8101ad75b3f32d30840e79c58860a7fe8 (patch)
tree9588e954ee34a9cffd0f2bb6b9f991c3787f6303 /eval/CMakeLists.txt
parenteb93f635cde554ab681c1029d68412b8dbcd5487 (diff)
added very simple onnx model analyzer
just estimating memory needed to load the model for now
Diffstat (limited to 'eval/CMakeLists.txt')
-rw-r--r--eval/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/CMakeLists.txt b/eval/CMakeLists.txt
index 302b6768cea..16c9c72d8a5 100644
--- a/eval/CMakeLists.txt
+++ b/eval/CMakeLists.txt
@@ -5,6 +5,7 @@ vespa_define_module(
staging_vespalib
APPS
+ src/apps/analyze_onnx_model
src/apps/eval_expr
src/apps/make_tensor_binary_format_test_spec
src/apps/tensor_conformance