Searched refs:impl_strategy (Results 1 – 1 of 1) sorted by relevance
1007 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local1015 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotImplementationCanHandleTranspose()1016 impl_strategy == DotImplementationStrategy::kEigen; in DotImplementationCanHandleTranspose()1022 DotImplementationStrategy impl_strategy = in DotOperandsAndResultMustHaveRowMajorLayout() local1026 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()1027 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()