Searched refs:IsEluGrad (Results 1 – 3 of 3) sorted by relevance
66 bool IsEluGrad(const NodeDef& node);
208 bool IsEluGrad(const NodeDef& node) { return node.op() == "EluGrad"; } in IsEluGrad() function
297 IsEluGrad(node) || IsInvGrad(node) || IsReciprocalGrad(node) || in IsUnaryGrad()