Searched refs:vector_contraction_matmul (Results 1 – 3 of 3) sorted by relevance
46 Value vector_contraction_matmul(Value A, Value B, Value C);
32 Value mlir::edsc::ops::vector_contraction_matmul(Value A, Value B, Value C) { in vector_contraction_matmul() function in mlir::edsc::ops
1201 (linalg_yield(vector_contraction_matmul(args[0], args[1], args[2]))); in TEST_FUNC()