Support matching against shape string in HLO testing matchers
After this change a test can use op::Shape("f32[7,11]") instead of the
longer and harder to read op::Shape(ShapeUtil::MakeShape(F32, {7, 11}))
format.
PiperOrigin-RevId: 194373704
Loading
Please sign in to comment