Searched defs:IsPack (Results 1 – 2 of 2) sorted by relevance
411 bool IsPack(const NodeDef& node) { return node.op() == "Pack"; } in IsPack() function
595 bool TFGraphDialect::IsPack(TFOp op) const { in IsPack() function in mlir::tfg::TFGraphDialect