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