DnnOperand 36 libavfilter/dnn/dnn_backend_native.c DnnOperand *oprd = &network->operands[i]; DnnOperand 56 libavfilter/dnn/dnn_backend_native.c DnnOperand *oprd = NULL; DnnOperand 187 libavfilter/dnn/dnn_backend_native.c network->operands = av_mallocz(network->operands_num * sizeof(DnnOperand)); DnnOperand 209 libavfilter/dnn/dnn_backend_native.c DnnOperand *oprd; DnnOperand 277 libavfilter/dnn/dnn_backend_native.c DnnOperand *oprd = &network->operands[network->output_indexes[i]]; DnnOperand 288 libavfilter/dnn/dnn_backend_native.c int32_t calculate_operand_dims_count(const DnnOperand *oprd) DnnOperand 297 libavfilter/dnn/dnn_backend_native.c int32_t calculate_operand_data_length(const DnnOperand* oprd) DnnOperand 111 libavfilter/dnn/dnn_backend_native.h DnnOperand *operands; DnnOperand 125 libavfilter/dnn/dnn_backend_native.h int32_t calculate_operand_data_length(const DnnOperand *oprd); DnnOperand 126 libavfilter/dnn/dnn_backend_native.h int32_t calculate_operand_dims_count(const DnnOperand *oprd); DnnOperand 91 libavfilter/dnn/dnn_backend_native_layer_conv2d.c int dnn_execute_layer_conv2d(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 109 libavfilter/dnn/dnn_backend_native_layer_conv2d.c DnnOperand *output_operand = &operands[output_operand_index]; DnnOperand 40 libavfilter/dnn/dnn_backend_native_layer_conv2d.h int dnn_execute_layer_conv2d(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 52 libavfilter/dnn/dnn_backend_native_layer_depth2space.c int dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 71 libavfilter/dnn/dnn_backend_native_layer_depth2space.c DnnOperand *output_operand = &operands[output_operand_index]; DnnOperand 38 libavfilter/dnn/dnn_backend_native_layer_depth2space.h int dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 79 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c int dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 82 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input = &operands[input_operand_indexes[0]]; DnnOperand 83 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c DnnOperand *output = &operands[output_operand_index]; DnnOperand 115 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input1 = &operands[input_operand_indexes[1]]; DnnOperand 128 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input1 = &operands[input_operand_indexes[1]]; DnnOperand 141 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input1 = &operands[input_operand_indexes[1]]; DnnOperand 158 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input1 = &operands[input_operand_indexes[1]]; DnnOperand 171 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c const DnnOperand *input1 = &operands[input_operand_indexes[1]]; DnnOperand 50 libavfilter/dnn/dnn_backend_native_layer_mathbinary.h int dnn_execute_layer_math_binary(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 53 libavfilter/dnn/dnn_backend_native_layer_mathunary.c int dnn_execute_layer_math_unary(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 56 libavfilter/dnn/dnn_backend_native_layer_mathunary.c const DnnOperand *input = &operands[input_operand_indexes[0]]; DnnOperand 57 libavfilter/dnn/dnn_backend_native_layer_mathunary.c DnnOperand *output = &operands[output_operand_index]; DnnOperand 42 libavfilter/dnn/dnn_backend_native_layer_mathunary.h int dnn_execute_layer_math_unary(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 52 libavfilter/dnn/dnn_backend_native_layer_maximum.c int dnn_execute_layer_maximum(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 55 libavfilter/dnn/dnn_backend_native_layer_maximum.c const DnnOperand *input = &operands[input_operand_indexes[0]]; DnnOperand 56 libavfilter/dnn/dnn_backend_native_layer_maximum.c DnnOperand *output = &operands[output_operand_index]; DnnOperand 41 libavfilter/dnn/dnn_backend_native_layer_maximum.h int dnn_execute_layer_maximum(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 78 libavfilter/dnn/dnn_backend_native_layer_pad.c int dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 107 libavfilter/dnn/dnn_backend_native_layer_pad.c DnnOperand *output_operand = &operands[output_operand_index]; DnnOperand 40 libavfilter/dnn/dnn_backend_native_layer_pad.h int dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 27 libavfilter/dnn/dnn_backend_native_layers.h typedef int (*LAYER_EXEC_FUNC)(DnnOperand *operands, const int32_t *input_operand_indexes, DnnOperand 63 tests/dnn/dnn-layer-conv2d-test.c DnnOperand operands[2]; DnnOperand 167 tests/dnn/dnn-layer-conv2d-test.c DnnOperand operands[2]; DnnOperand 52 tests/dnn/dnn-layer-depth2space-test.c DnnOperand operands[2]; DnnOperand 52 tests/dnn/dnn-layer-mathbinary-test.c DnnOperand operands[2]; DnnOperand 92 tests/dnn/dnn-layer-mathbinary-test.c DnnOperand operands[2]; DnnOperand 132 tests/dnn/dnn-layer-mathbinary-test.c DnnOperand operands[3]; DnnOperand 44 tests/dnn/dnn-layer-mathunary-test.c DnnOperand operands[2]; DnnOperand 31 tests/dnn/dnn-layer-maximum-test.c DnnOperand operands[2]; DnnOperand 47 tests/dnn/dnn-layer-pad-test.c DnnOperand operands[2]; DnnOperand 117 tests/dnn/dnn-layer-pad-test.c DnnOperand operands[2]; DnnOperand 182 tests/dnn/dnn-layer-pad-test.c DnnOperand operands[2];