Searched defs:input_operand_indexes (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_mathbinary.c | 57 … DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_commutative() 77 … DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_not_commutative() 149 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_binary()
|
D | dnn_backend_native_layer_maximum.c | 52 int ff_dnn_execute_layer_maximum(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_maximum()
|
D | dnn_backend_native_layer_conv2d.c | 31 const int32_t *input_operand_indexes; member 187 int ff_dnn_execute_layer_conv2d(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_conv2d()
|
D | dnn_backend_native_layer_dense.c | 85 int ff_dnn_execute_layer_dense(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_dense()
|
D | dnn_backend_native_layer_depth2space.c | 52 int ff_dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_depth2space()
|
D | dnn_backend_native_layer_mathunary.c | 55 int ff_dnn_execute_layer_math_unary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_unary()
|
D | dnn_backend_native_layer_avgpool.c | 58 int ff_dnn_execute_layer_avg_pool(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_avg_pool()
|
D | dnn_backend_native.h | 63 int32_t input_operand_indexes[4]; member
|
D | dnn_backend_native_layer_pad.c | 78 int ff_dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_pad()
|