Home
last modified time | relevance | path

Searched refs:IsDenseArray (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc244 /* static */ bool LayoutUtil::IsDenseArray(const Shape& shape) { in IsDenseArray() function in xla::LayoutUtil
270 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()
Dlayout_util.h79 static bool IsDenseArray(const Shape& shape);
Dshape_util.cc87 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()
Dliteral_util.h831 CHECK(LayoutUtil::IsDenseArray(subshape())); in Get()
839 CHECK(LayoutUtil::IsDenseArray(subshape())); in Set()
1255 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in Populate()
Dliteral_util.cc789 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()
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc1429 CHECK(LayoutUtil::IsDenseArray(shape)); in ParseNonTupleLiteral()