LinalgOp::Model: add missing override specifiers
All non-static functions in LinalgOp::Model override pure virtual functions from LinalgOp::Concept, but only some of them have the `override` specifier. This may lead one to erroneously believe the functions without the specified are not overrides or virtual functions. Add the specifier to all relevant functions. PiperOrigin-RevId: 256948453
Loading
Please sign in to comment