/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/ |
D | greedy_by_breadth_assignment.cc | 36 size_t breadth; member 39 TaskBreadthWithId(size_t breadth, size_t task_id) in TaskBreadthWithId() 40 : breadth(breadth), task_id(task_id) {} in TaskBreadthWithId() 44 return breadth < other.breadth; in operator <() 58 size_t breadth = 0; in GreedyByBreadthAssignment() local 60 breadth += tensor_info.usage_record->tensor_size; in GreedyByBreadthAssignment() 62 task_breadth.emplace_back(breadth, task_id); in GreedyByBreadthAssignment()
|
/external/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str01.c | 43 int breadth = 4; variable 89 breadth = atoi(optarg); in parse_args() 90 if (breadth <= 0) in parse_args() 228 printf("expecting %d nodes\n", num_nodes(breadth, cdepth)); in synchronize_children() 238 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children() 383 for (child = 0; child < breadth; child++) { in doit() 415 for (child = 0; child < breadth; child++) { in doit() 451 if (breadth > 1) { in doit() 453 for (child = 0; child < breadth; child++) { in doit() 469 talk_count == (breadth - 1)) { in doit() [all …]
|
D | pth_str03.c | 62 int breadth = 4; variable 108 breadth = atoi(optarg); in parse_args() 109 if (breadth <= 0) in parse_args() 241 printf("expecting %d nodes\n", num_nodes(breadth, cdepth)); in synchronize_children() 249 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children() 374 for (child = 0; child < breadth; child++) { in doit() 398 for (child = 0; child < breadth; child++) { in doit() 438 if (breadth > 1) { in doit() 440 for (child = 0; child < breadth; child++) { in doit() 454 talk_count == (breadth - 1)) { in doit() [all …]
|
/external/libchrome/base/json/ |
D | json_perftest.cc | 36 std::unique_ptr<DictionaryValue> GenerateLayeredDict(int breadth, int depth) { in GenerateLayeredDict() argument 41 auto next = GenerateLayeredDict(breadth, depth - 1); in GenerateLayeredDict() 43 for (int i = 0; i < breadth; ++i) { in GenerateLayeredDict() 54 void TestWriteAndRead(int breadth, int depth) { in TestWriteAndRead() argument 55 std::string description = "Breadth: " + std::to_string(breadth) + in TestWriteAndRead() 57 auto dict = GenerateLayeredDict(breadth, depth); in TestWriteAndRead()
|
/external/elfutils/ |
D | NOTES | 54 path in the object (which is breadth first).
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | index.rst | 95 generation support - both static and JIT! The breadth of this is a great
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | lli.rst | 163 =none: No scheduling: breadth first sequencing
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 160 =none: No scheduling: breadth first sequencing
|
/external/eigen/doc/ |
D | UsingBlasLapackBackends.dox | 63 The breadth of %Eigen functionality that can be substituted is listed in the table below.
|
/external/arm-trusted-firmware/docs/design/ |
D | psci-pd-tree.rst | 232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
|
/external/perfetto/docs/concepts/ |
D | clock-sync.md | 189 using a breadth first search in the graph.
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 88 interesting "hello world" tutorials, I think the breadth of this
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 88 interesting "hello world" tutorials, I think the breadth of this
|
D | LangImpl01.rst | 98 interesting "hello world" tutorials, I think the breadth of this
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib2.rst | 309 and breadth first tree searches::
|
D | classes.rst | 583 (To some people breadth first --- searching :class:`Base2` and :class:`Base3`
|
/external/python/cpython3/Doc/tutorial/ |
D | stdlib2.rst | 311 and breadth first tree searches::
|
/external/libexif/auto-m4/ |
D | lib-link.m4 | 154 dnl $LDFLAGS. Using breadth-first-seach.
|
/external/flac/m4/ |
D | lib-link.m4 | 221 dnl $LDFLAGS. Using breadth-first-seach.
|
/external/rust/crates/rayon/ |
D | RELEASES.md | 462 - Individual threadpools can now be configured in "breadth-first"
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 2416 | forest | 3 breadth-first trees | randomization | 2450 | tree | a (graphical) breadth | :func:`clone` |
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 2216 | tree | a (graphical) breadth | :func:`clone` |
|
/external/one-true-awk/testdir/ |
D | bib | 153 …alt make it of: The length of the ark shall be three hundred cubits, the breadth of it fifty cubit… 336 Arise, walk through the land in the length of it and in the breadth of it; for I will give it unto … 2206 …ubits and a half shall be the length thereof, and a cubit and a half the breadth thereof, and a cu… 2213 …old: two cubits and a half shall be the length thereof, and a cubit and a half the breadth thereof. 2219 …of shittim wood: two cubits shall be the length thereof, and a cubit the breadth thereof, and a cu… 2221 And thou shalt make unto it a border of an hand breadth round about, and thou shalt make a golden c… 2238 The length of one curtain shall be eight and twenty cubits, and the breadth of one curtain four cub… 2244 The length of one curtain shall be thirty cubits, and the breadth of one curtain four cubits: and t… 2252 Ten cubits shall be the length of a board, and a cubit and a half shall be the breadth of one board. 2285 And for the breadth of the court on the west side shall be hangings of fifty cubits: their pillars … [all …]
|
/external/python/setuptools/docs/ |
D | easy_install.txt | 1390 * Changed dependency processing so that it's breadth-first, allowing a
|
D | pkg_resources.txt | 1787 * Changed dependency processing so that it's breadth-first, allowing a
|