DOT_INPUT          38 libavfilter/dnn/dnn_backend_native.c             if (oprd->type != DOT_INPUT)
DOT_INPUT          65 libavfilter/dnn/dnn_backend_native.c             if (oprd->type != DOT_INPUT)
DOT_INPUT          49 libavfilter/dnn/dnn_backend_native.h typedef enum {DOT_INPUT = 1, DOT_OUTPUT = 2, DOT_INTERMEDIATE = DOT_INPUT | DOT_OUTPUT} DNNOperandType;