aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test_add_1x4x4x4_f32')
-rw-r--r--examples/test_add_1x4x4x4_f32/InputTensor-tf0.npybin0 -> 192 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/InputTensor-tf1.npybin0 -> 384 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/InputTensor-tflite0.npybin0 -> 192 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/InputTensor-tflite1.npybin0 -> 384 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosabin0 -> 644 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosabin0 -> 676 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/placeholder_0.npybin0 -> 192 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/placeholder_1.npybin0 -> 384 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/ref_ofm.npybin0 -> 384 bytes
-rw-r--r--examples/test_add_1x4x4x4_f32/test.json27
-rw-r--r--examples/test_add_1x4x4x4_f32/test_tf.pb112
11 files changed, 139 insertions, 0 deletions
diff --git a/examples/test_add_1x4x4x4_f32/InputTensor-tf0.npy b/examples/test_add_1x4x4x4_f32/InputTensor-tf0.npy
new file mode 100644
index 0000000..1b3effb
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/InputTensor-tf0.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/InputTensor-tf1.npy b/examples/test_add_1x4x4x4_f32/InputTensor-tf1.npy
new file mode 100644
index 0000000..f233cd4
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/InputTensor-tf1.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/InputTensor-tflite0.npy b/examples/test_add_1x4x4x4_f32/InputTensor-tflite0.npy
new file mode 100644
index 0000000..1b3effb
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/InputTensor-tflite0.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/InputTensor-tflite1.npy b/examples/test_add_1x4x4x4_f32/InputTensor-tflite1.npy
new file mode 100644
index 0000000..f233cd4
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/InputTensor-tflite1.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa
new file mode 100644
index 0000000..673efdb
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa b/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa
new file mode 100644
index 0000000..8035292
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/placeholder_0.npy b/examples/test_add_1x4x4x4_f32/placeholder_0.npy
new file mode 100644
index 0000000..1b3effb
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/placeholder_0.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/placeholder_1.npy b/examples/test_add_1x4x4x4_f32/placeholder_1.npy
new file mode 100644
index 0000000..f233cd4
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/placeholder_1.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/ref_ofm.npy b/examples/test_add_1x4x4x4_f32/ref_ofm.npy
new file mode 100644
index 0000000..71e2008
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/ref_ofm.npy
Binary files differ
diff --git a/examples/test_add_1x4x4x4_f32/test.json b/examples/test_add_1x4x4x4_f32/test.json
new file mode 100644
index 0000000..cd993ef
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/test.json
@@ -0,0 +1,27 @@
+{
+ "pb": "test_tf.pb",
+ "ofm_file": "ref_ofm.npy",
+ "ofm_placeholder": "result",
+ "ifm_file": [
+ "placeholder_0.npy",
+ "placeholder_1.npy"
+ ],
+ "ifm_placeholder": [
+ "placeholder_0:0",
+ "placeholder_1:0"
+ ],
+ "ifm_shape": [
+ [
+ 1,
+ 4,
+ 4,
+ 1
+ ],
+ [
+ 1,
+ 4,
+ 4,
+ 4
+ ]
+ ]
+} \ No newline at end of file
diff --git a/examples/test_add_1x4x4x4_f32/test_tf.pb b/examples/test_add_1x4x4x4_f32/test_tf.pb
new file mode 100644
index 0000000..dae00ee
--- /dev/null
+++ b/examples/test_add_1x4x4x4_f32/test_tf.pb
@@ -0,0 +1,112 @@
+node {
+ name: "keras_learning_phase/input"
+ op: "Const"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_BOOL
+ }
+ }
+ attr {
+ key: "value"
+ value {
+ tensor {
+ dtype: DT_BOOL
+ tensor_shape {
+ }
+ bool_val: false
+ }
+ }
+ }
+}
+node {
+ name: "keras_learning_phase"
+ op: "PlaceholderWithDefault"
+ input: "keras_learning_phase/input"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_BOOL
+ }
+ }
+ attr {
+ key: "shape"
+ value {
+ shape {
+ }
+ }
+ }
+}
+node {
+ name: "placeholder_0"
+ op: "Placeholder"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_FLOAT
+ }
+ }
+ attr {
+ key: "shape"
+ value {
+ shape {
+ dim {
+ size: 1
+ }
+ dim {
+ size: 4
+ }
+ dim {
+ size: 4
+ }
+ dim {
+ size: 1
+ }
+ }
+ }
+ }
+}
+node {
+ name: "placeholder_1"
+ op: "Placeholder"
+ attr {
+ key: "dtype"
+ value {
+ type: DT_FLOAT
+ }
+ }
+ attr {
+ key: "shape"
+ value {
+ shape {
+ dim {
+ size: 1
+ }
+ dim {
+ size: 4
+ }
+ dim {
+ size: 4
+ }
+ dim {
+ size: 4
+ }
+ }
+ }
+ }
+}
+node {
+ name: "result"
+ op: "Add"
+ input: "placeholder_0"
+ input: "placeholder_1"
+ attr {
+ key: "T"
+ value {
+ type: DT_FLOAT
+ }
+ }
+}
+versions {
+ producer: 498
+}