Home
last modified time | relevance | path

Searched refs:breadth (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dgreedy_by_breadth_assignment.cc36 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/
Dpth_str01.c43 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 …]
Dpth_str03.c62 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/
Djson_perftest.cc36 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/
DNOTES54 path in the object (which is breadth first).
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
Dindex.rst95 generation support - both static and JIT! The breadth of this is a great
/external/llvm-project/llvm/docs/CommandGuide/
Dlli.rst163 =none: No scheduling: breadth first sequencing
/external/llvm/docs/CommandGuide/
Dlli.rst160 =none: No scheduling: breadth first sequencing
/external/eigen/doc/
DUsingBlasLapackBackends.dox63 The breadth of %Eigen functionality that can be substituted is listed in the table below.
/external/arm-trusted-firmware/docs/design/
Dpsci-pd-tree.rst232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
/external/perfetto/docs/concepts/
Dclock-sync.md189 using a breadth first search in the graph.
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl1.rst88 interesting "hello world" tutorials, I think the breadth of this
/external/llvm/docs/tutorial/
DOCamlLangImpl1.rst88 interesting "hello world" tutorials, I think the breadth of this
DLangImpl01.rst98 interesting "hello world" tutorials, I think the breadth of this
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst309 and breadth first tree searches::
Dclasses.rst583 (To some people breadth first --- searching :class:`Base2` and :class:`Base3`
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst311 and breadth first tree searches::
/external/libexif/auto-m4/
Dlib-link.m4154 dnl $LDFLAGS. Using breadth-first-seach.
/external/flac/m4/
Dlib-link.m4221 dnl $LDFLAGS. Using breadth-first-seach.
/external/rust/crates/rayon/
DRELEASES.md462 - Individual threadpools can now be configured in "breadth-first"
/external/python/cpython3/Doc/library/
Dturtle.rst2416 | forest | 3 breadth-first trees | randomization |
2450 | tree | a (graphical) breadth | :func:`clone` |
/external/python/cpython2/Doc/library/
Dturtle.rst2216 | tree | a (graphical) breadth | :func:`clone` |
/external/one-true-awk/testdir/
Dbib153 …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/
Deasy_install.txt1390 * Changed dependency processing so that it's breadth-first, allowing a
Dpkg_resources.txt1787 * Changed dependency processing so that it's breadth-first, allowing a

12