Searched refs:match_dot_2 (Results 1 – 1 of 1) sorted by relevance
4502 auto match_dot_2 = m::Dot(m::Slice(m::Constant()), m::Parameter(2)); in TEST_P() local4505 GmockMatch(m::Add(m::Add(match_dot_0, match_dot_1), match_dot_2))); in TEST_P()4566 auto match_dot_2 = m::Dot(m::Parameter(2), m::Slice(m::Constant())); in TEST_P() local4570 GmockMatch(m::Add(m::Add(m::Add(match_dot_0, match_dot_1), match_dot_2), in TEST_P()