ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::exec::OutputDesc Struct Reference

#include <ExecutionContext.h>

Collaboration diagram for onert::exec::OutputDesc:

Public Member Functions

 OutputDesc (void)=delete
 
 OutputDesc (const ir::OperandInfo &info)
 

Data Fields

ir::OperandInfo info
 
void * buffer
 
size_t size
 

Detailed Description

Definition at line 40 of file ExecutionContext.h.

Constructor & Destructor Documentation

◆ OutputDesc() [1/2]

onert::exec::OutputDesc::OutputDesc ( void  )
delete

◆ OutputDesc() [2/2]

onert::exec::OutputDesc::OutputDesc ( const ir::OperandInfo info)
inline

Definition at line 47 of file ExecutionContext.h.

Field Documentation

◆ buffer

void* onert::exec::OutputDesc::buffer

Definition at line 43 of file ExecutionContext.h.

◆ info

ir::OperandInfo onert::exec::OutputDesc::info

Definition at line 42 of file ExecutionContext.h.

◆ size

size_t onert::exec::OutputDesc::size

Definition at line 44 of file ExecutionContext.h.


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