Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h50 static Layout MakeDescendingLayout(int64 rank);
Dlayout_util.cc81 /* static */ Layout LayoutUtil::MakeDescendingLayout(int64 rank) { in MakeDescendingLayout() function in xla::LayoutUtil
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc356 LayoutUtil::MakeDescendingLayout( in AssertCorrectLayoutForDotOutputFusion()
361 LayoutUtil::MakeDescendingLayout( in AssertCorrectLayoutForDotOutputFusion()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc103 xla::LayoutUtil::MakeDescendingLayout(arg_shape.rank()); in BuildFakeQuantCustomCall()