Home
last modified time | relevance | path

Searched refs:Descendants (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto72 // Descendants of the graph. The actual descendants depend on the data
123 // Descendants of the node. The actual descendants depend on the data
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp123 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
687 BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants, in findEquivalencesFor() argument
691 for (const auto *BB2 : Descendants) { in findEquivalencesFor()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs210 foreach (XElement replacement in root.Descendants("replacement")) in MenuItemCallback()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp218 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
875 BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants, in findEquivalencesFor() argument
879 for (const auto *BB2 : Descendants) { in findEquivalencesFor()
/external/tensorflow/
DRELEASE.md614 * New Optimizer internal API for non-slot variables. Descendants of AdamOptimizer that access _beta…