Home
last modified time | relevance | path

Searched defs:IsLeaf (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree.h145 bool IsLeaf(ShapeIndexView index) const { in IsLeaf() function
402 bool IsLeaf() const { return tree_.IsLeaf(it_->first); } in IsLeaf() function
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyMap.h17 Byte IsLeaf[2]; member
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1191 bool IsLeaf = true; in removeInternalRefEdge() local
1401 bool IsLeaf = true; in connectRefSCC() local
/aosp_15_r20/external/cronet/net/tools/huffman_trie/huffman/
H A Dhuffman_builder.cc28 bool IsLeaf() const { in IsLeaf() function in net::huffman_trie::__anone71640710111::HuffmanNode
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dparse-tree.h65 bool IsLeaf() const { return !rhs2; } in IsLeaf() function
/aosp_15_r20/external/clang/lib/Rewrite/
H A DDeltaTree.cpp79 bool IsLeaf; member in __anonddc868dd0111::DeltaTreeNode
H A DRewriteRope.cpp89 bool IsLeaf; member in __anon3b5ab77b0111::RopePieceBTreeNode
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DAgentProxy.h41 bool IsLeaf() const { return ArcIndex != -1; } in IsLeaf() function
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc219 bool IsLeaf() const { in IsLeaf() function in art::dexanalyze::MatchTrie
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtensor.cpp1109 TEST(TensorTest, IsLeaf) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp978 bool IsLeaf = CSI.empty() && isXPLeafCandidate(MF); in assignCalleeSavedSpillSlots() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp412 int16_t &MulOpIdx, bool IsLeaf) { in getFMAPatterns()