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