Home
last modified time | relevance | path

Searched refs:IsCSCArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util.h115 static bool IsCSCArray(const Shape& shape);
H A Dlayout_util.cc313 /* static */ bool LayoutUtil::IsCSCArray(const Shape& shape) { in IsCSCArray() function in xla::LayoutUtil
H A Dlayout_util_test.cc115 EXPECT_TRUE(LayoutUtil::IsCSCArray(dst)); in TEST_F()