Home
last modified time | relevance | path

Searched refs:forest (Results 1 – 22 of 22) sorted by relevance

/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h126 uint32_t* forest = FN(Forest)(self); in FN() local
149 forest[node_left] = self->invalid_pos_; in FN()
150 forest[node_right] = self->invalid_pos_; in FN()
170 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]; in FN()
171 forest[node_right] = forest[FN(RightChildIndex)(self, prev_ix)]; in FN()
178 forest[node_left] = (uint32_t)prev_ix; in FN()
181 prev_ix = forest[node_left]; in FN()
185 forest[node_right] = (uint32_t)prev_ix; in FN()
188 prev_ix = forest[node_right]; in FN()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.cc63 auto forest = forest_t.tensor<OutputType, 3>(); in Compute() local
65 ctx, output_t->flat<OutputType>(), images, forest, rank); in Compute()
80 typename TTypes<OutputType, 3>::Tensor forest, in operator ()()
91 images.data(), num_rows, num_cols, forest.data(), rank.data()); in operator ()()
Dsegmentation_ops.h65 OutputType* forest, OutputType* rank) in BlockedImageUnionFindFunctor() argument
71 forest_(forest), in BlockedImageUnionFindFunctor()
234 typename TTypes<OutputType, 3>::Tensor forest,
/external/tensorflow/tensorflow/core/kernels/tensor_forest/
DBUILD2 # OpKernels for tensor forest ops.
/external/oj-libjdwp/
DREADME14 OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest.
/external/catch2/docs/
Dopensource-users.md41 ### [forest](https://github.com/xorz57/forest)
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md32 Each tree in the forest is trained independently in parallel. For each
94 `max_nodes` nodes, and training stops when all trees in the forest are this
/external/brotli/tests/testdata/
Dasyoulik.txt235 CHARLES They say he is already in the forest of Arden, and
884 CELIA To seek my uncle in the forest of Arden.
1207 ROSALIND Well, this is the forest of Arden.
1440 SCENE VI The forest.
1451 If this uncouth forest yield any thing savage, I
1477 SCENE VII The forest.
1501 JAQUES A fool, a fool! I met a fool i' the forest,
1783 SCENE II The forest.
1794 That every eye which in this forest looks
1941 forest judge.
[all …]
Dplrabn12.txt617 A forest huge of spears; and thronging helms
683 Hath scathed the forest oaks or mountain pines,
852 Whose midnight revels, by a forest-side
3028 In wood or wilderness, forest or den;
4004 Him through the spicy forest onward come
5995 In forest wild, in thicket, brake, or den;
6960 Now land, now sea and shores with forest crowned,
9318 Goodliest of all the forest, hart and hind;
/external/python/cpython2/Tools/pynche/X/
Drgb.txt144 34 139 34 forest green
/external/python/cpython3/Tools/pynche/X/
Drgb.txt144 34 139 34 forest green
/external/python/cpython2/Modules/
Dgc_weakref.txt36 wonderful example of how painful analysis can miss not only the forest for
/external/python/cpython3/Modules/
Dgc_weakref.txt36 wonderful example of how painful analysis can miss not only the forest for
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2309 林>'[forest]';
2437 森>'[forest]';
6127 魅>'[kind of forest demon]';
/external/python/cpython3/Doc/library/
Dturtle.rst2327 | forest | 3 breadth-first trees | randomization |
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_overrides.txt2545 rain forest
Dinternal_raw_IPA.txt61883 forest %45679 fˈorɪst, fˈɔrəst, fˈɔrɪst
61884 forest's %34945 fˈɔrəsts
134177 rain forest rˈenfˌorɪst
Dinternal_raw_IPA-old.txt73336 forest %37947 fɔr-, fˈorɪst, fˈɔrəst, fˈɔrɪst
73337 forest's fˈɔrəsts
160099 rain forest fɔr-, rˈenfˌorɪst
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1914 碑林 < the\-forest\-of\-steles\-\(in\-xi''an\);
4553 魅 < kind\-of\-forest\-demon;
17392 林 < forest;
26270 碑林 > the\-forest\-of\-steles\-\(in\-xi''an\);
33514 森林 > forest;
39086 魅 > kind\-of\-forest\-demon;
49032 林 > forest;
49294 森 > forest;
50720 林 > forest;
/external/tensorflow/
DRELEASE.md1874 * Random forest implementation in `contrib/tensor_forest`
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/strace/
DChangeLog50793 Untangle ifdef forest in sys_mmap64. No code changes.