Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c56 static void math_binary_commutative(FunType pfun, const DnnLayerMathBinaryParams *params, const Dnn… in math_binary_commutative() function
175 math_binary_commutative(add, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
178 math_binary_commutative(mul, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
184 math_binary_commutative(minimum, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()