Home
last modified time | relevance | path

Searched refs:createCmpGT (Results 1 – 4 of 4) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DGraph.h1023 CmpLTNode *createCmpGT(llvm::StringRef name, NodeValue LHS, NodeValue RHS);
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Importer/
H A DTFLiteModelLoader.cpp1337 output = F_->createCmpGT(opInfo.name, LHS, RHS); in loadBinaryArithmetic()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp1734 CmpLTNode *Function::createCmpGT(llvm::StringRef name, NodeValue LHS, in createCmpGT() function in Function
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DOperatorTest.cpp7202 auto *node = F->createCmpGT("cmpGT", LHS, RHS); in testCmpGT()