Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc591 TEST(ShapeUtilTest, ForEachIndexParallel) { in TEST() argument
599 ShapeUtil::ForEachIndexParallel(shape, /*base=*/{0, 0}, /*count=*/{10, 10}, in TEST()
Dshape_util.h692 static void ForEachIndexParallel(const Shape& shape, in ForEachIndexParallel() function
Dliteral.h1106 ShapeUtil::ForEachIndexParallel(this_shape, stride_config.base, in PopulateInternal()