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