Home
last modified time | relevance | path

Searched defs:IsSqrt (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1686 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()
1729 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()
1789 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc460 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function