Searched defs:match_dot_0 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier_test.cc2692 auto match_dot_0 = op::Dot(op::Slice(op::Constant()), op::Parameter(0)); local
2696 op::Add(op::Add(match_dot_0, match_dot_1), match_dot_2));
2755 auto match_dot_0 = op::Dot(op::Parameter(0), op::Slice(op::Constant())); local
2760 op::Add(op::Add(op::Add(match_dot_0, match_dot_1), match_dot_2),

Completed in 150 milliseconds