Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1028 const Shape empty_r1_shape = ShapeUtil::MakeShape(F32, {0}); in TEST_F() local
1030 const auto const_empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()
1034 const auto empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()
1043 auto empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()