Searched refs:impl_strategy (Results 1 – 1 of 1) sorted by relevance
1372 DotImplementationStrategy impl_strategy = GetDotImplementationStrategy( in PotentiallyImplementedAsEigenMatmul() local1375 return impl_strategy == DotImplementationStrategy::kEigen; in PotentiallyImplementedAsEigenMatmul()1475 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local1479 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() local1498 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()1499 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()