Home
last modified time | relevance | path

Searched defs:TaskBreadthWithId (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dgreedy_by_breadth_assignment.cc35 struct TaskBreadthWithId { struct
36 size_t breadth;
37 TaskId task_id;
39 TaskBreadthWithId(size_t breadth, size_t task_id) in TaskBreadthWithId() function
43 bool operator<(const TaskBreadthWithId& other) const { in operator <()