Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_test.cc207 std::vector<float> r1_array(64, 42.0); in XLA_TEST_F() local
210 HloInstruction::CreateConstant(LiteralUtil::CreateR1<float>(r1_array))); in XLA_TEST_F()