Home
last modified time | relevance | path

Searched refs:match_dot_1 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4501 auto match_dot_1 = m::Dot(m::Slice(m::Constant()), m::Parameter(1)); in TEST_P() local
4505 GmockMatch(m::Add(m::Add(match_dot_0, match_dot_1), match_dot_2))); in TEST_P()
4565 auto match_dot_1 = m::Dot(m::Parameter(1), m::Slice(m::Constant())); in TEST_P() local
4570 GmockMatch(m::Add(m::Add(m::Add(match_dot_0, match_dot_1), match_dot_2), in TEST_P()