Searched refs:Array4DLinearIndex (Results 1 – 1 of 1) sorted by relevance
30 int64_t Array4DLinearIndex(const Array4D<T>& arr, in Array4DLinearIndex() function72 EXPECT_EQ(*cell, Array4DLinearIndex(arr, idx)); in TEST()144 EXPECT_EQ(*cell, 2.0f * Array4DLinearIndex(arr, idx)); in TEST()