Searched refs:IsExp (Results 1 – 3 of 3) sorted by relevance
70 bool IsExp(const NodeDef& node);
222 bool IsExp(const NodeDef& node) { return node.op() == "Exp"; } in IsExp() function
2697 return IsExp(*input); in IsSupported()2707 if (!IsExp(*exp)) { in TrySimplify()