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.cc1007 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local
1015 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotImplementationCanHandleTranspose()
1016 impl_strategy == DotImplementationStrategy::kEigen; in DotImplementationCanHandleTranspose()
1022 DotImplementationStrategy impl_strategy = in DotOperandsAndResultMustHaveRowMajorLayout() local
1026 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()
1027 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()