Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc381 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 5, 6, 7}); in TEST_F() local
383 HloInstruction::CreateParameter(0, r4f32, "param")); in TEST_F()
1736 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 5, 6, 7}); in TEST_F() local
3909 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 2, 5, 3}); in TEST_F() local
3911 HloInstruction::CreateBroadcast(r4f32, inner_bcast, {1, 2, 3})); in TEST_F()
3950 Shape r4f32 = ShapeUtil::MakeShape(F32, {4, 2, 5, 3}); in TEST_F() local
3952 HloInstruction::CreateBroadcast(r4f32, iota, {1, 2, 3})); in TEST_F()