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