Searched refs:r4f32_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | optimize_input_output_buffer_alias_test.cc | 38 r4f32_ = ShapeUtil::MakeShape(F32, {4, 5, 6, 7}); in OptimizeInputOutputBufferAliasTest() 74 Shape r4f32_; member in xla::OptimizeInputOutputBufferAliasTest 80 Shape output = ShapeUtil::MakeTupleShape({r3f32_, r4f32_}); in TEST_F() 88 Shape input = ShapeUtil::MakeTupleShape({r1f32_, r2f32_, r3f32_, r4f32_}); in TEST_F() 89 Shape output = ShapeUtil::MakeTupleShape({r1f32_, r2f32_, r3f32_, r4f32_}); in TEST_F() 104 Shape output = ShapeUtil::MakeTupleShape({r1f32_, r2f32_, r3f32_, r4f32_}); in TEST_F() 117 Shape input = ShapeUtil::MakeTupleShape({r1f32_, r2f32_, r3f32_, r4f32_}); in TEST_F() 118 Shape output = ShapeUtil::MakeTupleShape({r4f32_, r3f32_, r2f32_, r1f32_}); in TEST_F() 132 {ShapeUtil::MakeTupleShape({r1f32_}), r2f32_, r3f32_, r4f32_}); in TEST_F()
|