Home
last modified time | relevance | path

Searched refs:BoolInput (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc188 Output BoolInput(const Scope& scope) { in BoolInput() function
375 auto a1 = BoolInput(in_.WithOpName("A1")); in TEST_F()
388 auto a1 = BoolInput(in_.WithOpName("A1")); in TEST_F()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1471 auto *BoolInput = ConstantExpr::getCompare(Pred, Input, C); in foldICmpWithConstant() local
1472 NewPhi->addIncoming(BoolInput, Predecessor); in foldICmpWithConstant()