aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json
diff options
context:
space:
mode:
authorKevin Cheng <kevin.cheng@arm.com>2021-06-17 16:01:59 -0700
committerKevin Cheng <kevin.cheng@arm.com>2021-06-24 16:37:58 -0700
commit82507d77056dd5510547438ba2064c1ee8bebc2c (patch)
treeca5c4bd49029430b1153091f30680866e97ccd2f /examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json
parent2d60f0063eb91f6514b20a1817663ce0ddd3ff4a (diff)
downloadreference_model-82507d77056dd5510547438ba2064c1ee8bebc2c.tar.gz
Update to use new serialization_lib API.
- Constant tensors are now initialized from embedded u8 array instead from numpy. - Python unit test generator and built-in test hasn't been updated. Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I5cb86f8e5ec8f23fee5dcbf257874a0f204ede04
Diffstat (limited to 'examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json')
-rw-r--r--examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json
index 1a86713..423772a 100644
--- a/examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json
+++ b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/desc.json
@@ -1,15 +1,15 @@
{
"tosa_file": "test_add_1x4x4x4_f32.tosa",
"ifm_name": [
- "InputTensor-tf0",
- "InputTensor-tf1"
+ "TosaInput_0",
+ "TosaInput_1"
],
"ifm_file": [
"../placeholder_0.npy",
"../placeholder_1.npy"
],
"ofm_name": [
- "Result0"
+ "TosaOutput_0"
],
"ofm_file": [
"ref_model_Result0.npy"