Commit b6d7c4c1 authored by Wu Zhiwen's avatar Wu Zhiwen Committed by Guo, Yejun

dnn/native: fix typo for definition of DOT_INTERMEDIATE

Signed-off-by: 's avatarWu Zhiwen <zhiwen.wu@intel.com>
Reviewed-by: 's avatarGuo Yejun <yejun.guo@intel.com>
parent 801c8a96
......@@ -46,7 +46,7 @@ typedef enum {
DLT_COUNT
} DNNLayerType;
typedef enum {DOT_INPUT = 1, DOT_OUTPUT = 2, DOT_INTERMEDIATE = DOT_INPUT | DOT_INPUT} DNNOperandType;
typedef enum {DOT_INPUT = 1, DOT_OUTPUT = 2, DOT_INTERMEDIATE = DOT_INPUT | DOT_OUTPUT} DNNOperandType;
typedef struct Layer{
DNNLayerType type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment