Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
110 bool IsPack(const NodeDef& node);112 bool IsPack(const NodeDef& node);
342 bool IsPack(const NodeDef& node) { return node.op() == "Pack"; } in IsPack() function
1443 } else if (IsPack(node)) { in MaybeUpdateNodeContextOutput()
2294 if (IsPack(*node) && NumNonControlInputs(*node) == 1 && in SimplifyPack()
3063 if (!IsPack(*pack)) return Status::OK(); in TrySimplify()