Home
last modified time | relevance | path

Searched refs:IsRowColumnTransposeDotOperand (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtranspose_folding.h60 IsRowColumnTransposeDotOperand,
70 static StatusOr<bool> IsRowColumnTransposeDotOperand(
H A Dtranspose_folding.cc253 /*static*/ StatusOr<bool> TransposeFolding::IsRowColumnTransposeDotOperand( in IsRowColumnTransposeDotOperand() function in xla::TransposeFolding
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc598 return TransposeFolding::IsRowColumnTransposeDotOperand(dot, operand); in RunHloPassesThroughLayoutAssn()