Searched refs:r4f32 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 602 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 5, 6, 7}); in TEST_F() local 604 HloInstruction::CreateParameter(0, r4f32, "param")); in TEST_F() 2263 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 5, 6, 7}); in TEST_F() local 4702 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 2, 5, 3}); in TEST_F() local 4704 HloInstruction::CreateBroadcast(r4f32, inner_bcast, {1, 2, 3})); in TEST_F() 4743 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 2, 5, 3}); in TEST_F() local 4745 HloInstruction::CreateBroadcast(r4f32, iota, {1, 2, 3})); in TEST_F()
|