Searched defs:IsSqrt (Results 1 – 3 of 3) sorted by relevance
1836 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()1879 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()1939 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
543 bool IsSqrt(const NodeDef& node) { return node.op() == "Sqrt"; } in IsSqrt() function
833 bool TFGraphDialect::IsSqrt(TFOp op) const { in IsSqrt() function in mlir::tfg::TFGraphDialect