Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc328 const Shape inner_tuple_shape = in XLA_TEST_F() local
331 ShapeUtil::MakeTupleShape({inner_tuple_shape, vector_shape}); in XLA_TEST_F()
453 const Shape inner_tuple_shape = ShapeUtil::MakeTupleShape(element_shapes); in XLA_TEST_F() local
454 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()