Searched refs:bfs_queue (Results 1 – 1 of 1) sorted by relevance
159 std::queue<const NodeDef*> bfs_queue; in Init() local160 bfs_queue.push(root_); in Init()161 while (!bfs_queue.empty()) { in Init()162 const NodeDef* node = bfs_queue.front(); in Init()163 bfs_queue.pop(); in Init()196 bfs_queue.push(input_node); in Init()