Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util_test.cc297 EXPECT_TRUE(LayoutUtil::Equal(LayoutUtil::MakeDescendingLayout(5), in TEST_F()
299 EXPECT_TRUE(LayoutUtil::Equal(LayoutUtil::MakeDescendingLayout(1), in TEST_F()
301 EXPECT_TRUE(LayoutUtil::Equal(LayoutUtil::MakeDescendingLayout(0), in TEST_F()
Dlayout_util.h50 static Layout MakeDescendingLayout(int64_t rank);
Dlayout_util.cc84 /* static */ Layout LayoutUtil::MakeDescendingLayout(int64_t rank) { in MakeDescendingLayout() function in xla::LayoutUtil
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc354 LayoutUtil::MakeDescendingLayout( in AssertCorrectLayoutForDotOutputFusion()
359 LayoutUtil::MakeDescendingLayout( in AssertCorrectLayoutForDotOutputFusion()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc293 xla::LayoutUtil::MakeDescendingLayout(shape.dimensions().size())) { in CreateOpInFusion()
518 xla::LayoutUtil::MakeDescendingLayout(shape.dimensions().size())) { in RewriteFusionOperand()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc1564 LayoutUtil::MakeDescendingLayout( in ImportInstructionWithLayout()
Dmlir_hlo_to_hlo.cc267 return xla::LayoutUtil::MakeDescendingLayout(rank); in ExtractLayout()