Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 25 of 111) sorted by relevance

12345

/external/v8/src/compiler/
Dast-loop-assignment-analyzer.cc57 void ALAA::VisitVariableDeclaration(VariableDeclaration* leaf) {} in VisitVariableDeclaration()
58 void ALAA::VisitFunctionDeclaration(FunctionDeclaration* leaf) {} in VisitFunctionDeclaration()
59 void ALAA::VisitEmptyStatement(EmptyStatement* leaf) {} in VisitEmptyStatement()
60 void ALAA::VisitContinueStatement(ContinueStatement* leaf) {} in VisitContinueStatement()
61 void ALAA::VisitBreakStatement(BreakStatement* leaf) {} in VisitBreakStatement()
62 void ALAA::VisitDebuggerStatement(DebuggerStatement* leaf) {} in VisitDebuggerStatement()
63 void ALAA::VisitFunctionLiteral(FunctionLiteral* leaf) {} in VisitFunctionLiteral()
64 void ALAA::VisitNativeFunctionLiteral(NativeFunctionLiteral* leaf) {} in VisitNativeFunctionLiteral()
65 void ALAA::VisitVariableProxy(VariableProxy* leaf) {} in VisitVariableProxy()
66 void ALAA::VisitLiteral(Literal* leaf) {} in VisitLiteral()
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dleaf_model_operators.cc50 const decision_trees::Leaf& leaf, int32 o) const { in GetOutputValue() argument
55 Leaf* leaf, const InputTarget* target, int example) const { in UpdateModel()
80 const decision_trees::Leaf& leaf, int32 o) const { in GetOutputValue() argument
90 Leaf* leaf, const InputTarget* target, int example) const { in UpdateModel()
114 const decision_trees::Leaf& leaf, int32 o) const { in GetOutputValue() argument
123 Leaf* leaf, const InputTarget* target, int example) const { in UpdateModel()
142 const decision_trees::Leaf& leaf, int32 o) const { in GetOutputValue() argument
Dleaf_model_operators.h89 void InitModel(decision_trees::Leaf* leaf) const override {} in InitModel()
108 void InitModel(decision_trees::Leaf* leaf) const override {} in InitModel()
131 void UpdateModel(decision_trees::Leaf* leaf, const InputTarget* target, in UpdateModel()
Dleaf_model_operators_test.cc122 std::unique_ptr<Leaf> leaf(new Leaf); in TEST() local
153 std::unique_ptr<Leaf> leaf(new Leaf); in TEST() local
182 std::unique_ptr<Leaf> leaf(new Leaf); in TEST() local
206 std::unique_ptr<Leaf> leaf(new Leaf); in TEST() local
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
DCTVerifier.java62 OpenSSLX509Certificate leaf = chain[0]; in verifySignedCertificateTimestamps() local
90 OpenSSLX509Certificate leaf = chain[0]; in verifyEmbeddedSCTs() local
117 OpenSSLX509Certificate leaf, in verifyExternalSCTs()
243 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { in getSCTsFromX509Extension()
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DParamCriterion.java23 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
39 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DReceiverCriterion.java19 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
34 MethodTree leaf = (MethodTree) path.getLeaf(); in isSatisfiedBy() local
DCallCriterion.java20 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
32 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DMemberReferenceCriterion.java20 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
32 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DIntersectionTypeLocationCriterion.java24 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
38 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DCastCriterion.java24 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
36 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DNewCriterion.java36 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
48 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DLambdaCriterion.java21 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
34 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DInstanceOfCriterion.java22 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
35 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DExtImplsLocationCriterion.java32 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
44 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DBoundLocationCriterion.java39 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
51 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DGenericArrayLocationCriterion.java69 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
107 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DASTPathCriterion.java91 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
110 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
DIsSigMethodCriterion.java295 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
309 Tree leaf = path.getLeaf(); in isSatisfiedBy() local
421 Tree leaf = p.getLeaf(); in enclosingClass() local
DNotInMethodCriterion.java24 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
DEnclosedByCriterion.java26 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
DInFieldInitCriterion.java23 public boolean isSatisfiedBy(TreePath path, Tree leaf) { in isSatisfiedBy()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees.cc54 const auto& leaf = leaf_node.leaf().sparse_vector(); in Predict() local
64 const auto& leaf = leaf_node.leaf().vector(); in Predict() local
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dprediction_ops_test.py36 def _append_to_leaf(leaf, c_id, w): argument
50 def _append_multi_values_to_leaf(leaf, c_ids, w): argument
65 def _append_multi_values_to_dense_leaf(leaf, w): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dtree_config.proto9 Leaf leaf = 1; field
33 oneof leaf { oneof

12345