summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2017-05-31 11:12:39 +0200
committerLester Solbakken <lesters@yahoo-inc.com>2017-05-31 11:12:39 +0200
commit35e5e4cf9254707829a3ad288baf990f3c5a3a9a (patch)
treeb6ed31068a65acbc8b99379939874dd50e73bc3d /sample-apps
parenta66b8e55fc81ae2e60301a35503c21baaf24d0ae (diff)
Add constant tensor file to tensor sample app
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/constants/constant_tensor_file.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/sample-apps/basic-search-tensor/src/main/application/constants/constant_tensor_file.json b/sample-apps/basic-search-tensor/src/main/application/constants/constant_tensor_file.json
new file mode 100644
index 00000000000..9b20676627d
--- /dev/null
+++ b/sample-apps/basic-search-tensor/src/main/application/constants/constant_tensor_file.json
@@ -0,0 +1,7 @@
+{
+ "cells": [
+ {"value": 0.0, "address": {"x": "0"}},
+ {"value": 0.1, "address": {"x": "1"}},
+ {"value": 0.2, "address": {"x": "2"}}
+ ]
+}