Searched refs:convert_1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 1916 HloInstruction* convert_1 = in TEST_F() local 1920 ShapeUtil::ChangeElementType(convert_1->shape(), F16), convert_1)); in TEST_F() 1942 HloInstruction* convert_1 = in TEST_F() local 1946 ShapeUtil::ChangeElementType(convert_1->shape(), F32), convert_1)); in TEST_F() 1969 HloInstruction* convert_1 = in TEST_F() local 1974 ShapeUtil::ChangeElementType(convert_1->shape(), F16), convert_1)); in TEST_F() 1981 HloInstruction::CreateTuple({convert_1, convert_2, floor})); in TEST_F() 1985 GmockMatch(m::Tuple(m::Op().Is(convert_1), m::Op().Is(convert_2), in TEST_F() 1992 GmockMatch(m::Tuple(m::Op().Is(convert_1), m::Op().Is(input), in TEST_F()
|