Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc204 TF_RET_CHECK(LayoutUtil::IsDenseArray(param_subshape)); in Verify()
205 TF_RET_CHECK(LayoutUtil::IsDenseArray(output_subshape)); in Verify()
Dpattern_matcher_test.cc77 EXPECT_TRUE(Match(&scalar_shape, match::Shape().IsDenseArray())); in TEST_F()
91 EXPECT_TRUE(Match(&array_shape, match::Shape().IsDenseArray())); in TEST_F()
Dhlo_verifier.cc1707 LayoutUtil::IsDenseArray(instruction->shape()) && in Postprocess()
1713 if (LayoutUtil::IsDenseArray(operand_shape) && in Postprocess()
Dpattern_matcher.h1052 constexpr auto IsDenseArray() const
Dhlo_parser.cc2290 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ToString(true); in ParseNonTupleLiteral()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h91 static bool IsDenseArray(const Shape& shape);
Dlayout_util.cc269 /* static */ bool LayoutUtil::IsDenseArray(const Shape& shape) { in IsDenseArray() function in xla::LayoutUtil
316 CHECK(IsDenseArray(shape)); in MinorToMajor()
Dliteral.cc694 CHECK(LayoutUtil::IsDenseArray(permuted_shape)); in Transpose()
785 CHECK(LayoutUtil::IsDenseArray(subshape)); in GetAsString()
830 CHECK(LayoutUtil::IsDenseArray(shape())); in GetIntegralAsS64()
851 CHECK(LayoutUtil::IsDenseArray(shape())); in GetAsDouble()
911 CHECK(LayoutUtil::IsDenseArray(shape())); in SetIntegralAsS64()
940 CHECK(LayoutUtil::IsDenseArray(shape())); in SetFromDouble()
1075 CHECK(LayoutUtil::IsDenseArray(subshape)); in ToStringHelper()
1367 LayoutUtil::IsDenseArray(subshape())) { in EqualElements()
Dshape.cc154 if (LayoutUtil::IsDenseArray(lhs)) { in operator ()()
Dliteral.h858 CHECK(LayoutUtil::IsDenseArray(subshape())); in Get()
866 CHECK(LayoutUtil::IsDenseArray(subshape())); in Set()
994 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in PopulateInternal()
Dshape_util.cc316 CHECK(LayoutUtil::IsDenseArray(*shape)); in AppendMajorDimension()
654 CHECK(LayoutUtil::IsDenseArray(shape)) << shape.ShortDebugString(); in ByteSizeOfElements()
970 CHECK(LayoutUtil::IsDenseArray(shape)); in PermuteDimensions()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc460 LayoutUtil::IsDenseArray(crs->operand(0)->shape()); in CanImplement()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc425 CHECK(xla::LayoutUtil::IsDenseArray(shape)) in __xla_cpu_runtime_AllReduce()