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