Home
last modified time | relevance | path

Searched refs:CopyLayoutBetweenShapes (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util_test.cc69 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
75 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
82 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
102 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
109 ASSERT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
116 auto status = LayoutUtil::CopyLayoutBetweenShapes(src, &dst); in TEST_F()
135 auto status = LayoutUtil::CopyLayoutBetweenShapes(src, &dst); in TEST_F()
147 auto status = LayoutUtil::CopyLayoutBetweenShapes(src, &dst); in TEST_F()
162 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
173 EXPECT_IS_OK(LayoutUtil::CopyLayoutBetweenShapes(src, &dst)); in TEST_F()
[all …]
Dlayout_util.h169 static Status CopyLayoutBetweenShapes(const Shape& src, Shape* dst);
Dlayout_util.cc399 Status LayoutUtil::CopyLayoutBetweenShapes(const Shape& src, Shape* dst) { in CopyLayoutBetweenShapes() function in xla::LayoutUtil
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc216 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc836 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in CreateCopyWithNewLayout()
846 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in CreateCopyWithNewLayout()
1689 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in SetFusionLayouts()
1696 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in SetFusionLayouts()
1701 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in SetFusionLayouts()
1707 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in SetFusionLayouts()
Dalgebraic_simplifier.cc3481 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in HandlePad()
3509 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in HandlePad()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2913 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes(hlo->outfeed_shape(), in HandleOutfeed()
3026 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in HandleOutfeed()
3703 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in Run()
3707 TF_RETURN_IF_ERROR(LayoutUtil::CopyLayoutBetweenShapes( in Run()