FFmpeg
Data Fields
NativeModel Struct Reference

#include <dnn_backend_native.h>

Data Fields

NativeContext ctx
 
DNNModelmodel
 
Layerlayers
 
int32_t layers_num
 
DnnOperandoperands
 
int32_t operands_num
 
Queuetask_queue
 
Queuelltask_queue
 

Detailed Description

Definition at line 124 of file dnn_backend_native.h.

Field Documentation

◆ ctx

NativeContext NativeModel::ctx

◆ model

DNNModel* NativeModel::model

◆ layers

Layer* NativeModel::layers

◆ layers_num

int32_t NativeModel::layers_num

◆ operands

DnnOperand* NativeModel::operands

◆ operands_num

int32_t NativeModel::operands_num

◆ task_queue

Queue* NativeModel::task_queue

◆ lltask_queue

Queue* NativeModel::lltask_queue

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