mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
dnn/native: fix typo for definition of DOT_INTERMEDIATE
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com> Reviewed-by: Guo Yejun <yejun.guo@intel.com>
This commit is contained in:
parent
801c8a961a
commit
b6d7c4c1d4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user