Searched refs:impl_strategy (Results 1 – 1 of 1) sorted by relevance
1203 DotImplementationStrategy impl_strategy = in DotImplementationCanHandleTranspose() local1207 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() local1226 return impl_strategy == DotImplementationStrategy::kTiledLlvmIrGemm || in DotOperandsAndResultMustHaveRowMajorLayout()1227 impl_strategy == DotImplementationStrategy::kEigen; in DotOperandsAndResultMustHaveRowMajorLayout()