Searched refs:math_binary_commutative (Results 1 – 1 of 1) sorted by relevance
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layer_mathbinary.c | 56 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()
|