Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc451 const int kFanout = 40; in XLA_TEST_F() local
455 std::vector<Shape> element_shapes(kFanout, element_shape); in XLA_TEST_F()
457 std::vector<Shape> inner_tuple_shapes(kFanout, inner_tuple_shape); in XLA_TEST_F()
466 for (int i = 0; i < kFanout; ++i) { in XLA_TEST_F()
469 for (int j = 0; j < kFanout; ++j) { in XLA_TEST_F()
472 Add(inner_element, ConstantR0<float>(&builder, i * kFanout + j))); in XLA_TEST_F()
481 for (int i = 0; i < kFanout; ++i) { in XLA_TEST_F()
483 for (int j = 0; j < kFanout; ++j) { in XLA_TEST_F()
496 for (int i = 0; i < kFanout; ++i) { in XLA_TEST_F()
497 for (int j = 0; j < kFanout; ++j) { in XLA_TEST_F()
[all …]