Home
last modified time | relevance | path

Searched refs:MakeLogicalToPhysical (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h156 static std::vector<int64> MakeLogicalToPhysical(const Layout& layout);
Dlayout_util.cc342 /* static */ std::vector<int64> LayoutUtil::MakeLogicalToPhysical( in MakeLogicalToPhysical() function in xla::LayoutUtil
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_layout_normalizer.cc59 LayoutUtil::MakeLogicalToPhysical(reduce_shape.layout()); in HandleReduce()
Dcudnn_batchnorm_runner.cc72 LayoutUtil::MakeLogicalToPhysical(shape.layout()); in MakeBatchNormDescriptors()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc268 LayoutUtil::MakeLogicalToPhysical(shape.layout()); in SourceIndexOfBroadcast()
288 LayoutUtil::MakeLogicalToPhysical(operand_shape.layout()); in SourceIndexOfBroadcast()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc620 int64 physical_dimension_to_sort = LayoutUtil::MakeLogicalToPhysical( in HandleSort()