Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc42 int64 kMaxCombineCount = 256; variable
125 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F()
173 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F()
195 AllReduceCombiner combine((8 + 4) * 1024 - 1, kMaxCombineCount); in TEST_F()
205 AllReduceCombiner combine((8 + 4) * 1024, kMaxCombineCount); in TEST_F()
232 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F()
261 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F()
297 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F()
342 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F()
372 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F()
[all …]