Home
last modified time | relevance | path

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

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