Home
last modified time | relevance | path

Searched refs:ff_dnn_execute_layer_math_binary (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
Ddnn-layer-mathbinary.c74 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, &params, NULL); in test_broadcast_input0()
114 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, &params, NULL); in test_broadcast_input1()
162 ff_dnn_execute_layer_math_binary(operands, input_indexes, 2, &params, NULL); in test_no_broadcast()
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-mathbinary-test.c74 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, &params, NULL); in test_broadcast_input0()
114 ff_dnn_execute_layer_math_binary(operands, input_indexes, 1, &params, NULL); in test_broadcast_input1()
162 ff_dnn_execute_layer_math_binary(operands, input_indexes, 2, &params, NULL); in test_no_broadcast()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layers.c38 {ff_dnn_execute_layer_math_binary, ff_dnn_load_layer_math_binary},
Ddnn_backend_native_layer_mathbinary.h51 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes,
Ddnn_backend_native_layer_mathbinary.c148 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_binary() function