Searched refs:ff_dnn_execute_layer_math_binary (Results 1 – 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavfilter/tests/ |
| D | dnn-layer-mathbinary.c | 74 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, ¶ms, NULL); in test_broadcast_input0() 114 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, ¶ms, NULL); in test_broadcast_input1() 162 ff_dnn_execute_layer_math_binary(operands, input_indexes, 2, ¶ms, NULL); in test_no_broadcast()
|
| /third_party/ffmpeg/tests/dnn/ |
| D | dnn-layer-mathbinary-test.c | 74 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, ¶ms, NULL); in test_broadcast_input0() 114 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, ¶ms, NULL); in test_broadcast_input1() 162 ff_dnn_execute_layer_math_binary(operands, input_indexes, 2, ¶ms, NULL); in test_no_broadcast()
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layers.c | 38 {ff_dnn_execute_layer_math_binary, ff_dnn_load_layer_math_binary},
|
| D | dnn_backend_native_layer_mathbinary.h | 51 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes,
|
| D | dnn_backend_native_layer_mathbinary.c | 148 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_binary() function
|