|
FFmpeg
|
#include <dnn_backend_native_layer_mathbinary.h>
Data Fields | |
| DNNMathBinaryOperation | bin_op |
| int | input0_broadcast |
| int | input1_broadcast |
| float | v |
Definition at line 43 of file dnn_backend_native_layer_mathbinary.h.
| DNNMathBinaryOperation DnnLayerMathBinaryParams::bin_op |
Definition at line 44 of file dnn_backend_native_layer_mathbinary.h.
Referenced by ff_dnn_execute_layer_math_binary(), ff_dnn_load_layer_math_binary(), test_broadcast_input0(), test_broadcast_input1(), and test_no_broadcast().
| int DnnLayerMathBinaryParams::input0_broadcast |
Definition at line 45 of file dnn_backend_native_layer_mathbinary.h.
Referenced by ff_dnn_load_layer_math_binary(), math_binary_commutative(), math_binary_not_commutative(), test_broadcast_input0(), test_broadcast_input1(), and test_no_broadcast().
| int DnnLayerMathBinaryParams::input1_broadcast |
Definition at line 46 of file dnn_backend_native_layer_mathbinary.h.
Referenced by ff_dnn_load_layer_math_binary(), math_binary_commutative(), math_binary_not_commutative(), test_broadcast_input0(), test_broadcast_input1(), and test_no_broadcast().
| float DnnLayerMathBinaryParams::v |
Definition at line 47 of file dnn_backend_native_layer_mathbinary.h.
Referenced by ff_dnn_load_layer_math_binary(), math_binary_commutative(), math_binary_not_commutative(), test_broadcast_input0(), and test_broadcast_input1().
1.8.17