|
ONE - On-device Neural Engine
|
#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 |
Definition at line 31 of file ExecutionPlanner.h.
|
inline |
Definition at line 34 of file ExecutionPlanner.h.
References breadth, first_node, is_temp, last_node, node_num, offset, and size.
|
inline |
| uint32_t circle_planner::AllocationNodeInformation::breadth |
Definition at line 59 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().
| uint32_t circle_planner::AllocationNodeInformation::first_node |
Definition at line 52 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().
| bool circle_planner::AllocationNodeInformation::is_temp |
Definition at line 57 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().
| uint32_t circle_planner::AllocationNodeInformation::last_node |
Definition at line 55 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().
| uint32_t circle_planner::AllocationNodeInformation::node_num |
Definition at line 49 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().
| uint32_t circle_planner::AllocationNodeInformation::offset |
Definition at line 45 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation(), and operator<().
| uint32_t circle_planner::AllocationNodeInformation::size |
Definition at line 47 of file ExecutionPlanner.h.
Referenced by AllocationNodeInformation().