/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_mathbinary.c | 56 …pfun, const DnnLayerMathBinaryParams *params, const DnnOperand *input, DnnOperand *output, DnnOper… in math_binary_commutative() 69 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_commutative() 76 …pfun, const DnnLayerMathBinaryParams *params, const DnnOperand *input, DnnOperand *output, DnnOper… in math_binary_not_commutative() 93 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_not_commutative() 148 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_binary() 151 const DnnOperand *input = &operands[input_operand_indexes[0]]; in ff_dnn_execute_layer_math_binary() 152 DnnOperand *output = &operands[output_operand_index]; in ff_dnn_execute_layer_math_binary()
|
D | dnn_backend_native.h | 69 typedef struct DnnOperand{ struct 107 }DnnOperand; argument 129 DnnOperand *operands; 147 int32_t ff_calculate_operand_data_length(const DnnOperand *oprd); 148 int32_t ff_calculate_operand_dims_count(const DnnOperand *oprd);
|
D | dnn_backend_native_layer_maximum.c | 51 int ff_dnn_execute_layer_maximum(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_maximum() 54 const DnnOperand *input = &operands[input_operand_indexes[0]]; in ff_dnn_execute_layer_maximum() 55 DnnOperand *output = &operands[output_operand_index]; in ff_dnn_execute_layer_maximum()
|
D | dnn_backend_native.c | 79 DnnOperand *oprd = &native_model->operands[i]; in get_input_native() 216 native_model->operands = av_mallocz(native_model->operands_num * sizeof(DnnOperand)); in ff_dnn_load_model_native() 248 DnnOperand *oprd; in ff_dnn_load_model_native() 306 DnnOperand *oprd = NULL; in execute_model_native() 397 DnnOperand *oprd = NULL; in execute_model_native() 494 int32_t ff_calculate_operand_dims_count(const DnnOperand *oprd) in ff_calculate_operand_dims_count() 503 int32_t ff_calculate_operand_data_length(const DnnOperand* oprd) in ff_calculate_operand_data_length()
|
D | dnn_backend_native_layer_mathunary.c | 54 int ff_dnn_execute_layer_math_unary(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_math_unary() 57 const DnnOperand *input = &operands[input_operand_indexes[0]]; in ff_dnn_execute_layer_math_unary() 58 DnnOperand *output = &operands[output_operand_index]; in ff_dnn_execute_layer_math_unary()
|
D | dnn_backend_native_layer_conv2d.c | 30 DnnOperand *operands; 116 DnnOperand *operands = thread_common_param->operands; in dnn_execute_layer_conv2d_thread() 187 int ff_dnn_execute_layer_conv2d(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_conv2d() 203 DnnOperand *output_operand = &operands[output_operand_index]; in ff_dnn_execute_layer_conv2d()
|
D | dnn_backend_native_layer_depth2space.c | 51 int ff_dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_depth2space() 70 DnnOperand *output_operand = &operands[output_operand_index]; in ff_dnn_execute_layer_depth2space()
|
D | dnn_backend_native_layer_avgpool.c | 58 int ff_dnn_execute_layer_avg_pool(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_avg_pool() 73 DnnOperand *output_operand = &operands[output_operand_index]; in ff_dnn_execute_layer_avg_pool()
|
D | dnn_backend_native_layer_dense.c | 85 int ff_dnn_execute_layer_dense(DnnOperand *operands, const int32_t *input_operand_indexes, in ff_dnn_execute_layer_dense() 98 DnnOperand *output_operand = &operands[output_operand_index]; in ff_dnn_execute_layer_dense()
|
D | dnn_backend_native_layer_depth2space.h | 69 int ff_dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_maximum.h | 41 int ff_dnn_execute_layer_maximum(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_avgpool.h | 66 int ff_dnn_execute_layer_avg_pool(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layers.h | 27 typedef int (*LAYER_EXEC_FUNC)(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_pad.h | 40 int ff_dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_dense.h | 63 int ff_dnn_execute_layer_dense(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_mathbinary.h | 51 int ff_dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes,
|
D | dnn_backend_native_layer_conv2d.h | 66 int ff_dnn_execute_layer_conv2d(DnnOperand *operands, const int32_t *input_operand_indexes,
|
/third_party/ffmpeg/libavfilter/tests/ |
D | dnn-layer-pad.c | 47 DnnOperand operands[2]; in test_with_mode_symmetric() 117 DnnOperand operands[2]; in test_with_mode_reflect() 182 DnnOperand operands[2]; in test_with_mode_constant()
|
D | dnn-layer-mathbinary.c | 54 DnnOperand operands[2]; in test_broadcast_input0() 94 DnnOperand operands[2]; in test_broadcast_input1() 134 DnnOperand operands[3]; in test_no_broadcast()
|
D | dnn-layer-avgpool.c | 52 DnnOperand operands[2]; in test_with_same() 135 DnnOperand operands[2]; in test_with_valid()
|
D | dnn-layer-conv2d.c | 63 DnnOperand operands[2]; in test_with_same_dilate() 171 DnnOperand operands[2]; in test_with_valid()
|
/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-pad-test.c | 47 DnnOperand operands[2]; in test_with_mode_symmetric() 117 DnnOperand operands[2]; in test_with_mode_reflect() 182 DnnOperand operands[2]; in test_with_mode_constant()
|
D | dnn-layer-mathbinary-test.c | 54 DnnOperand operands[2]; in test_broadcast_input0() 94 DnnOperand operands[2]; in test_broadcast_input1() 134 DnnOperand operands[3]; in test_no_broadcast()
|
D | dnn-layer-avgpool-test.c | 52 DnnOperand operands[2]; in test_with_same() 135 DnnOperand operands[2]; in test_with_valid()
|
D | dnn-layer-conv2d-test.c | 63 DnnOperand operands[2]; in test_with_same_dilate() 171 DnnOperand operands[2]; in test_with_valid()
|