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