Searched refs:IsExp (Results 1 – 3 of 3) sorted by relevance
82 bool IsExp(const NodeDef& node);
272 bool IsExp(const NodeDef& node) { return node.op() == "Exp"; } in IsExp() function
2805 return IsExp(*input); in IsSupported()