Searched refs:math_binary_not_commutative (Results 1 – 1 of 1) sorted by relevance
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layer_mathbinary.c | 76 static void math_binary_not_commutative(FunType pfun, const DnnLayerMathBinaryParams *params, const… in math_binary_not_commutative() function 172 math_binary_not_commutative(sub, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary() 181 … math_binary_not_commutative(realdiv, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary() 187 … math_binary_not_commutative(floormod, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
|