Searched defs:ForEachIndex (Results 1 – 3 of 3) sorted by relevance
82 StatusOr<std::vector<XlaOp>> ForEachIndex( in ForEachIndex() function
738 static void ForEachIndex(const Shape& shape, absl::Span<const int64> base, in ForEachIndex() function763 static void ForEachIndex(const Shape& shape, const FnType& visitor_function) { in ForEachIndex() function
565 TEST(ShapeUtilTest, ForEachIndex) { in TEST() argument