Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc198 TF_RET_CHECK(LayoutUtil::IsDenseArray(param_subshape)); in Verify()
199 TF_RET_CHECK(LayoutUtil::IsDenseArray(output_subshape)); in Verify()
Dpattern_matcher_test.cc74 EXPECT_TRUE(Match(&scalar_shape, match::Shape().IsDenseArray())); in TEST()
88 EXPECT_TRUE(Match(&array_shape, match::Shape().IsDenseArray())); in TEST()
111 EXPECT_FALSE(Match(&array_shape, match::Shape().IsDenseArray())); in TEST()
Dhlo_verifier.cc1439 LayoutUtil::IsDenseArray(instruction->shape()) && in Postprocess()
1445 if (LayoutUtil::IsDenseArray(operand_shape) && in Postprocess()
Dpattern_matcher.h1057 constexpr auto IsDenseArray() const
Dhlo_parser.cc2165 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ToString(true); in ParseNonTupleLiteral()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h94 static bool IsDenseArray(const Shape& shape);
Dlayout_util.cc273 /* static */ bool LayoutUtil::IsDenseArray(const Shape& shape) { in IsDenseArray() function in xla::LayoutUtil
333 CHECK(IsDenseArray(shape)); in MinorToMajor()
Dshape.cc149 if (LayoutUtil::IsDenseArray(lhs)) { in operator ()()
Dliteral.h896 CHECK(LayoutUtil::IsDenseArray(subshape())); in Get()
904 CHECK(LayoutUtil::IsDenseArray(subshape())); in Set()
1085 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in PopulateInternal()
Dliteral.cc700 CHECK(LayoutUtil::IsDenseArray(permuted_shape)); in Transpose()
791 CHECK(LayoutUtil::IsDenseArray(subshape)); in GetAsString()
895 CHECK(LayoutUtil::IsDenseArray(shape())); in GetIntegralAsS64()
938 CHECK(LayoutUtil::IsDenseArray(shape())); in SetIntegralAsS64()
1183 CHECK(LayoutUtil::IsDenseArray(subshape)); in ToStringHelper()
1480 LayoutUtil::IsDenseArray(subshape())) { in EqualElements()
Dshape_util.cc269 CHECK(LayoutUtil::IsDenseArray(*shape)); in AppendMajorDimension()
607 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ShortDebugString(); in ByteSizeOfElements()
970 CHECK(LayoutUtil::IsDenseArray(shape)); in PermuteDimensions()