Home
last modified time | relevance | path

Searched refs:kLeaf (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.cc106 return Kind::kLeaf; in GetKind()
167 assert(node.kind == Kind::kLeaf); in FlattenInto()
187 if (GetKind(h, &custom) != Kind::kLeaf) return false; in AllLeaves()
201 case Kind::kLeaf: in Unflatten()
246 case Kind::kLeaf: in MakeNode()
310 case Kind::kLeaf: in FlattenUpTo()
444 case Kind::kLeaf: { in Walk()
491 if (node.kind == Kind::kLeaf) { in FromIterableTreeHelper()
522 if (n.kind == Kind::kLeaf) { in Compose()
585 case Kind::kLeaf: in ToString()
Dpytree.h147 kLeaf, // An opaque leaf node enumerator
157 Kind kind = Kind::kLeaf;
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc90 if (node.node_case() == boosted_trees::Node::kLeaf) { in node_value()
127 DCHECK(node->node_case() == boosted_trees::Node::kLeaf); in set_node_value()
173 return node.node_case() == boosted_trees::Node::kLeaf; in is_leaf()
328 DCHECK_EQ(node->node_case(), boosted_trees::Node::kLeaf); in AddLeafNodes()
539 if (node->node_case() == boosted_trees::Node::kLeaf) { in RecursivelyDoPostPrunePreparation()
/external/skqp/experimental/svg/model/
DSkSVGRenderContext.h76 kLeaf = 1 << 0, // the target node doesn't have descendants enumerator
DSkSVGNode.cpp52 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
DSkSVGRenderContext.cpp376 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
/external/skia/modules/svg/include/
DSkSVGRenderContext.h85 kLeaf = 1 << 0, // the target node doesn't have descendants enumerator
/external/skia/modules/svg/src/
DSkSVGNode.cpp64 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
DSkSVGRenderContext.cpp284 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()