Home
last modified time | relevance | path

Searched refs:to_do (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc74 std::queue<CNodePtr> to_do; in ExistRoute() local
75 to_do.push(dst); in ExistRoute()
76 while (!to_do.empty()) { in ExistRoute()
77 const auto &current_node = to_do.front(); in ExistRoute()
92 to_do.push(cnode); in ExistRoute()
95 to_do.pop(); in ExistRoute()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc361 int to_do = std::min(kAtATime, n - i); in WriteArray()
363 for (int j = 0; j < to_do; j++) { in WriteArray()
367 output->WriteRaw(buf, to_do * sizeof(a[0])); in WriteArray()
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c700 NIR_VLA(int, to_do, num_copies * 2); in resolve_parallel_copy()
748 to_do[++to_do_idx] = dest_idx; in resolve_parallel_copy()
795 int b = to_do[to_do_idx--]; in resolve_parallel_copy()