FFmpeg
Data Fields
thread_common_param Struct Reference

Data Fields

DnnOperandoperands
 
const int32_tinput_operand_indexes
 
int32_t output_operand_index
 
const voidparameters
 
NativeContextctx
 
float * output_data
 

Detailed Description

Definition at line 29 of file dnn_backend_native_layer_conv2d.c.

Field Documentation

DnnOperand* thread_common_param::operands
const int32_t* thread_common_param::input_operand_indexes
int32_t thread_common_param::output_operand_index

Definition at line 32 of file dnn_backend_native_layer_conv2d.c.

Referenced by dnn_execute_layer_conv2d().

const void* thread_common_param::parameters
NativeContext* thread_common_param::ctx

Definition at line 34 of file dnn_backend_native_layer_conv2d.c.

Referenced by dnn_execute_layer_conv2d().

float* thread_common_param::output_data

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