Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Doptimize_input_output_buffer_alias_test.cc37 r3f32_ = ShapeUtil::MakeShape(F32, {4, 5, 6}); in OptimizeInputOutputBufferAliasTest()
73 Shape r3f32_; 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()
134 {r1f32_, ShapeUtil::MakeTupleShape({r3f32_, r2f32_}), r2f32_}); in TEST_F()