ONE - On-device Neural Engine
|
Struct to represent parent operand in child operand. More...
#include <ParentInfo.h>
Data Fields | |
ir::OperandIndex | parent |
ir::Coordinates | coordinates |
Struct to represent parent operand in child operand.
Definition at line 33 of file ParentInfo.h.
ir::Coordinates onert::backend::cl_common::ParentInfo::coordinates |
Definition at line 36 of file ParentInfo.h.
ir::OperandIndex onert::backend::cl_common::ParentInfo::parent |
Definition at line 35 of file ParentInfo.h.