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.cc1372 DotImplementationStrategy impl_strategy = GetDotImplementationStrategy( in PotentiallyImplementedAsEigenMatmul() local
1375 return impl_strategy == DotImplementationStrategy::kEigen; in PotentiallyImplementedAsEigenMatmul()
1475 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local
1479 return impl_strategy == DotImplementationStrategy::kNaiveLlvmIr || in DotImplementationCanHandleTranspose()
1480 impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemv || in DotImplementationCanHandleTranspose()
1481 impl_strategy == DotImplementationStrategy::kEigen; in DotImplementationCanHandleTranspose()
1494 DotImplementationStrategy impl_strategy = in DotOperandsAndResultMustHaveRowMajorLayout() local
1498 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()
1499 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()