projects
/
platform
/
core
/
multimedia
/
inference-engine-interface.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca8a08
)
Add uint64 and int64 data type
54/242254/1
author
Inki Dae
<inki.dae@samsung.com>
Tue, 25 Aug 2020 08:14:32 +0000
(17:14 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Tue, 25 Aug 2020 08:14:32 +0000
(17:14 +0900)
Change-Id: I24764b01a5873e79924e883ab53b50320a7b26cc
Signed-off-by: Inki Dae <inki.dae@samsung.com>
include/inference_engine_type.h
patch
|
blob
|
history
diff --git
a/include/inference_engine_type.h
b/include/inference_engine_type.h
index c15f555ef0864eb0312f8da873842a900d0584de..c2f78a0338716af4001b527af524cbbf2f18851c 100644
(file)
--- a/
include/inference_engine_type.h
+++ b/
include/inference_engine_type.h
@@
-101,6
+101,8
@@
extern "C"
INFERENCE_TENSOR_DATA_TYPE_UINT8,
INFERENCE_TENSOR_DATA_TYPE_UINT16,
INFERENCE_TENSOR_DATA_TYPE_UINT32,
+ INFERENCE_TENSOR_DATA_TYPE_UINT64,
+ INFERENCE_TENSOR_DATA_TYPE_INT64,
INFERENCE_TENSOR_DATA_TYPE_MAX
} inference_tensor_data_type_e;