HomeSort by relevance Sort by last modified time
    Searched defs:Alternate (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/util/
equal_graph_def_test.cc 32 REGISTER_OP("Alternate").Output("o: float");
39 Node* Alternate(const GraphDefBuilder::Options& opts) {
40 return ops::SourceOp("Alternate", opts);
129 Alternate(a_.opts().WithName("A"));
131 EXPECT_EQ("Node named 'A' has op 'Alternate' that is not expected 'Input'",
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 220 // Walk the alternate and current candidate back to find a common ancestor.
221 auto *Alternate = Pred;
222 while (Alternate != Candidate) {
223 if (Candidate->BlockID > Alternate->BlockID)
226 Alternate = Alternate->DominatorNode.Parent;
247 // Walk the alternate and current candidate back to find a common ancestor.
248 auto *Alternate = Succ;
249 while (Alternate != Candidate) {
250 if (Candidate->BlockID < Alternate->BlockID
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 545 alternates; /* Array of alternate GlyphIDs--in
1263 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon23629
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 852 milliseconds