Searched defs:IsSqrtGrad (Results 1 – 2 of 2) sorted by relevance
545 bool IsSqrtGrad(const NodeDef& node) { return node.op() == "SqrtGrad"; } in IsSqrtGrad() function
838 bool TFGraphDialect::IsSqrtGrad(TFOp op) const { in IsSqrtGrad() function in mlir::tfg::TFGraphDialect