Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c76 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()
181math_binary_not_commutative(realdiv, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
187math_binary_not_commutative(floormod, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()