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 | 56 … DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_commutative() 76 … DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_not_commutative() 148 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 | 51 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 | 51 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 | 54 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_layer_pad.c | 78 int ff_dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_pad()
|
| D | dnn_backend_native.h | 64 int32_t input_operand_indexes[4]; member
|