Searched refs:IsRsqrtGrad (Results 1 – 3 of 3) sorted by relevance
140 bool IsRsqrtGrad(const NodeDef& node);
426 bool IsRsqrtGrad(const NodeDef& node) { return node.op() == "RsqrtGrad"; } in IsRsqrtGrad() function
298 IsRelu6Grad(node) || IsReluGrad(node) || IsRsqrtGrad(node) || in IsUnaryGrad()