Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc331 const Shape inner_tuple_shape = in XLA_TEST_F() local
334 ShapeUtil::MakeTupleShape({inner_tuple_shape, vector_shape}); in XLA_TEST_F()
456 const Shape inner_tuple_shape = ShapeUtil::MakeTupleShape(element_shapes); in XLA_TEST_F() local
457 std::vector<Shape> inner_tuple_shapes(kFanout, inner_tuple_shape); in XLA_TEST_F()
Dtuple_test.cc434 Shape inner_tuple_shape = ShapeUtil::MakeTupleShape({data_shape, data_shape}); in XLA_TEST_F() local
436 ShapeUtil::MakeTupleShape({inner_tuple_shape, data_shape}); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc836 Shape inner_tuple_shape = ShapeUtil::MakeTupleShape({shape}); in TEST_P() local
838 ShapeUtil::MakeTupleShape({shape, shape, inner_tuple_shape}); in TEST_P()
862 HloInstruction::CreateGetTupleElement(inner_tuple_shape, p, 2)); in TEST_P()