Searched refs:IsMirrorPad (Results 1 – 3 of 3) sorted by relevance
103 bool IsMirrorPad(const NodeDef& node);
319 bool IsMirrorPad(const NodeDef& node) { return node.op() == "MirrorPad"; } in IsMirrorPad() function
2081 } else if (IsPad(*node) || IsMirrorPad(*node) || in Expand()