Searched defs:leaves (Results 1 - 17 of 17) sorted by relevance

/external/junit/src/main/java/org/junit/experimental/max/
H A DMaxCore.java100 List<Description> leaves = findLeaves(request);
101 Collections.sort(leaves, history.testComparator());
102 return constructLeafRequest(leaves);
105 private Request constructLeafRequest(List<Description> leaves) { argument
107 for (Description each : leaves) {
/external/python/cpython2/Lib/lib2to3/
H A Dbtm_utils.py35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 for x in child.leaves():
H A Dpytree.py215 def leaves(self): member in class:Base
217 for x in child.leaves():
406 def leaves(self): member in class:Leaf
/external/python/cpython3/Lib/lib2to3/
H A Dbtm_utils.py35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in class:MinNode
97 "Generator that returns the leaves of the tree"
99 yield from child.leaves()
H A Dpytree.py185 def leaves(self): member in class:Base
187 yield from child.leaves()
373 def leaves(self): member in class:Leaf
/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker.cc146 // Initialize leaves
147 int32* leaves = level_[num_levels_ - 1]; local
148 for (int i = 0; i < N_; i++) leaves[i] = weight;
149 for (int i = N_; i < LevelSize(num_levels_ - 1); i++) leaves[i] = 0;
158 // Initialize leaves
159 int32* leaves = level_[num_levels_ - 1]; local
160 for (int i = 0; i < N_; i++) leaves[i] = weights[i];
161 for (int i = N_; i < LevelSize(num_levels_ - 1); i++) leaves[i] = 0;
/external/zopfli/src/zopfli/
H A Dkatajainen.c33 Nodes forming chains. Also used to represent leaves.
38 int count; /* Leaf symbol index, or number of leaves before this chain. */
98 leaves: The leaves, one per symbol.
99 numsymbols: Number of leaves.
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain);
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) {
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail,
134 BoundaryPM(lists, maxbits, leaves, numsymbol
105 BoundaryPM(Node* (*lists)[2], int maxbits, Node* leaves, int numsymbols, NodePool* pool, int index, char final) argument
145 InitLists( NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) argument
163 ExtractBitLengths(Node* chain, Node* leaves, unsigned* bitlengths) argument
192 Node* leaves = (Node*)malloc(n * sizeof(*leaves)); local
[all...]
/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree.h82 // For tuple shapes which can be an arbitrary tree with arrays at the leaves, a
85 // also tuples, and all leaves are arrays.
223 tensorflow::gtl::iterator_range<iterator> leaves() { function in class:xla::ShapeTree
226 tensorflow::gtl::iterator_range<const_iterator> leaves() const { function in class:xla::ShapeTree
340 // interior tree nodes, only leaves. If reverse is true, the iterator will
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
H A Dmodel_ops.cc362 const auto leaves = leaf_ids.unaligned_flat<int32>(); local
365 decision_tree_resource->get_mutable_tree_node(leaves(i))
/external/annotation-tools/scene-lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1389 milliseconds