Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc1203 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local
1207 return impl_strategy == DotImplementationStrategy::kNaiveLlvmIr || in DotImplementationCanHandleTranspose()
1208 impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemv || in DotImplementationCanHandleTranspose()
1209 impl_strategy == DotImplementationStrategy::kEigen; in DotImplementationCanHandleTranspose()
1222 DotImplementationStrategy impl_strategy = in DotOperandsAndResultMustHaveRowMajorLayout() local
1226 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()
1227 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()