Home
last modified time | relevance | path

Searched defs:ForEachIndex (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dloops.cc82 StatusOr<std::vector<XlaOp>> ForEachIndex( in ForEachIndex() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h738 static void ForEachIndex(const Shape& shape, absl::Span<const int64> base, in ForEachIndex() function
763 static void ForEachIndex(const Shape& shape, const FnType& visitor_function) { in ForEachIndex() function
Dshape_util_test.cc565 TEST(ShapeUtilTest, ForEachIndex) { in TEST() argument