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

#include <ExecutionContext.h>

Collaboration diagram for onert::exec::InputDesc:

Public Member Functions

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

Data Fields

ir::OperandInfo info
 
const void * buffer
 
size_t size
 
ir::Layout layout
 

Detailed Description

Definition at line 32 of file ExecutionContext.h.

Constructor & Destructor Documentation

◆ InputDesc() [1/2]

onert::exec::InputDesc::InputDesc ( void  )
delete

◆ InputDesc() [2/2]

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

Definition at line 40 of file ExecutionContext.h.

Field Documentation

◆ buffer

const void* onert::exec::InputDesc::buffer

Definition at line 35 of file ExecutionContext.h.

◆ info

ir::OperandInfo onert::exec::InputDesc::info

Definition at line 34 of file ExecutionContext.h.

◆ layout

ir::Layout onert::exec::InputDesc::layout

Definition at line 37 of file ExecutionContext.h.

◆ size

size_t onert::exec::InputDesc::size

Definition at line 36 of file ExecutionContext.h.


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