Searched refs:IsSparseArray (Results 1 – 5 of 5) sorted by relevance
24 if (LayoutUtil::IsSparseArray(shape)) { in Preprocess()
94 EXPECT_TRUE(LayoutUtil::IsSparseArray(src)); in TEST_F()95 EXPECT_FALSE(LayoutUtil::IsSparseArray(dst)); in TEST_F()
103 static bool IsSparseArray(const Shape& shape);
300 /* static */ bool LayoutUtil::IsSparseArray(const Shape& shape) { in IsSparseArray() function in xla::LayoutUtil