Searched refs:IsDenseArray (Results 1 – 6 of 6) sorted by relevance
244 /* static */ bool LayoutUtil::IsDenseArray(const Shape& shape) { in IsDenseArray() function in xla::LayoutUtil270 CHECK(IsDenseArray(shape)); in IsPadded()282 CHECK(IsDenseArray(shape)); in PaddedDimensions()288 CHECK(IsDenseArray(shape)); in PaddedDimension()293 CHECK(IsDenseArray(shape)); in GetPaddingValue()337 CHECK(IsDenseArray(shape)); in MinorToMajor()
79 static bool IsDenseArray(const Shape& shape);
87 if (LayoutUtil::IsDenseArray(lhs)) { in CompareShapes()263 CHECK(LayoutUtil::IsDenseArray(*shape)); in AppendMajorDimension()730 CHECK(LayoutUtil::IsDenseArray(shape)); in ByteSizeOfElements()979 CHECK(LayoutUtil::IsDenseArray(shape)); in PermuteDimensions()
831 CHECK(LayoutUtil::IsDenseArray(subshape())); in Get()839 CHECK(LayoutUtil::IsDenseArray(subshape())); in Set()1255 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in Populate()
789 CHECK(LayoutUtil::IsDenseArray(permuted_shape)); in Transpose()885 CHECK(LayoutUtil::IsDenseArray(subshape)); in GetAsString()979 CHECK(LayoutUtil::IsDenseArray(shape())); in GetIntegralAsS64()1127 CHECK(LayoutUtil::IsDenseArray(subshape)); in ToStringHelper()
1429 CHECK(LayoutUtil::IsDenseArray(shape)); in ParseNonTupleLiteral()