Home
last modified time | relevance | path

Searched refs:VectorContractLowering (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLinalgCodegenStrategy.cpp108 vector::VectorContractLowering vectorContractLowering = in runOnFunction()
109 llvm::StringSwitch<vector::VectorContractLowering>( in runOnFunction()
111 .Case("matrixintrinsics", vector::VectorContractLowering::Matmul) in runOnFunction()
112 .Case("dot", vector::VectorContractLowering::Dot) in runOnFunction()
113 .Case("outerproduct", vector::VectorContractLowering::OuterProduct) in runOnFunction()
114 .Default(vector::VectorContractLowering::OuterProduct); in runOnFunction()
DTestVectorTransforms.cpp86 VectorContractLowering lowering = VectorContractLowering::OuterProduct; in runOnFunction()
96 VectorContractLowering lowering = VectorContractLowering::OuterProduct; in runOnFunction()
111 VectorContractLowering contractLowering = VectorContractLowering::Dot; in runOnFunction()
113 contractLowering = VectorContractLowering::Matmul; in runOnFunction()
DTestConvVectorization.cpp91 VectorContractLowering::Dot, VectorTransposeLowering::EltWise}; in runOnOperation()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.h50 enum class VectorContractLowering { enum
82 VectorContractLowering vectorContractLowering = VectorContractLowering::Dot;
84 setVectorTransformsOptions(VectorContractLowering opt) { in setVectorTransformsOptions()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1625 vector::VectorContractLowering::Matmul) in matchAndRewrite()
1692 vector::VectorContractLowering::OuterProduct) in matchAndRewrite()
1808 vector::VectorContractLowering::Dot) in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc335 mlir::vector::VectorContractLowering::OuterProduct)) in EmitLinalgMatmul()