ONE - On-device Neural Engine
Loading...
Searching...
No Matches
circle_planner::AllocationNodeInformation Struct Reference

#include <ExecutionPlanner.h>

Public Member Functions

 AllocationNodeInformation ()
 
bool operator< (const AllocationNodeInformation &other) const
 

Data Fields

uint32_t offset
 
uint32_t size
 
uint32_t node_num
 
uint32_t first_node
 
uint32_t last_node
 
bool is_temp
 
uint32_t breadth
 

Detailed Description

Definition at line 31 of file ExecutionPlanner.h.

Constructor & Destructor Documentation

◆ AllocationNodeInformation()

circle_planner::AllocationNodeInformation::AllocationNodeInformation ( )
inline

Member Function Documentation

◆ operator<()

bool circle_planner::AllocationNodeInformation::operator< ( const AllocationNodeInformation other) const
inline

Definition at line 61 of file ExecutionPlanner.h.

61{ return offset < other.offset; }

References offset.

Field Documentation

◆ breadth

uint32_t circle_planner::AllocationNodeInformation::breadth

Definition at line 59 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().

◆ first_node

uint32_t circle_planner::AllocationNodeInformation::first_node

Definition at line 52 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().

◆ is_temp

bool circle_planner::AllocationNodeInformation::is_temp

Definition at line 57 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().

◆ last_node

uint32_t circle_planner::AllocationNodeInformation::last_node

Definition at line 55 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().

◆ node_num

uint32_t circle_planner::AllocationNodeInformation::node_num

Definition at line 49 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().

◆ offset

uint32_t circle_planner::AllocationNodeInformation::offset

Definition at line 45 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation(), and operator<().

◆ size

uint32_t circle_planner::AllocationNodeInformation::size

Definition at line 47 of file ExecutionPlanner.h.

Referenced by AllocationNodeInformation().


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