Searched refs:IsEluGrad (Results 1 – 4 of 4) sorted by relevance
77 bool IsEluGrad(const NodeDef& node);
252 bool IsEluGrad(const NodeDef& node) { return node.op() == "EluGrad"; } in IsEluGrad() function
305 IsEluGrad(node) || IsInvGrad(node) || IsReciprocalGrad(node) || in IsUnaryGrad()
2068 IsEluGrad(node) || IsInvGrad(node) || IsLeakyReluGrad(node) || in IsUnaryGrad()