Home
last modified time | relevance | path

Searched refs:vector_contraction_matmul (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Vector/EDSC/
DBuilders.h46 Value vector_contraction_matmul(Value A, Value B, Value C);
/external/llvm-project/mlir/lib/Dialect/Vector/EDSC/
DBuilders.cpp32 Value mlir::edsc::ops::vector_contraction_matmul(Value A, Value B, Value C) { in vector_contraction_matmul() function in mlir::edsc::ops
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1201 (linalg_yield(vector_contraction_matmul(args[0], args[1], args[2]))); in TEST_FUNC()