aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/test_tf.pb
diff options
context:
space:
mode:
authorKevin Cheng <kevin.cheng@arm.com>2021-05-06 11:19:51 -0700
committerKevin Cheng <kevin.cheng@arm.com>2021-05-06 11:26:09 -0700
commitd267dd9418374d49ac1e1a1a9c9b1d30b5733ee9 (patch)
tree2e98e252fe060dcddc11e5508d7eff75dd0b6160 /examples/test_add_1x4x4x4_f32/test_tf.pb
parent9257fd5775b49e206de33536a623e34cc1cecb42 (diff)
downloadreference_model-d267dd9418374d49ac1e1a1a9c9b1d30b5733ee9.tar.gz
Regenerate examples/ tests
Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I0c6286bdbd78c8e479eb64deead8822189968bef
Diffstat (limited to 'examples/test_add_1x4x4x4_f32/test_tf.pb')
-rw-r--r--examples/test_add_1x4x4x4_f32/test_tf.pb112
1 files changed, 0 insertions, 112 deletions
diff --git a/examples/test_add_1x4x4x4_f32/test_tf.pb b/examples/test_add_1x4x4x4_f32/test_tf.pb
deleted file mode 100644
index dae00ee..0000000
--- a/examples/test_add_1x4x4x4_f32/test_tf.pb
+++ /dev/null
@@ -1,112 +0,0 @@
-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
-}