FFmpeg
Data Fields
ThreadCommonParam Struct Reference

Data Fields

DnnOperandoperands
 
const int32_tinput_operand_indexes
 
int32_t output_operand_index
 
const void * parameters
 
NativeContextctx
 
floatoutput_data
 

Detailed Description

Definition at line 29 of file dnn_backend_native_layer_conv2d.c.

Field Documentation

◆ operands

DnnOperand* ThreadCommonParam::operands

◆ input_operand_indexes

const int32_t* ThreadCommonParam::input_operand_indexes

◆ output_operand_index

int32_t ThreadCommonParam::output_operand_index

Definition at line 32 of file dnn_backend_native_layer_conv2d.c.

Referenced by ff_dnn_execute_layer_conv2d().

◆ parameters

const void* ThreadCommonParam::parameters

◆ ctx

NativeContext* ThreadCommonParam::ctx

Definition at line 34 of file dnn_backend_native_layer_conv2d.c.

Referenced by ff_dnn_execute_layer_conv2d().

◆ output_data

float* ThreadCommonParam::output_data

The documentation for this struct was generated from the following file: