Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp112 static Match tensorMatch(TensorId tid) { return Match(tid); } in tensorMatch() function
442 const Match &p0 = tensorMatch(t0); \
443 const Match &p1 = tensorMatch(t1); \
444 const Match &p2 = tensorMatch(t2); \
477 const Match &p0 = tensorMatch(t0); \
478 const Match &p1 = tensorMatch(t1); \
479 const Match &p2 = tensorMatch(t2); \
513 const Match &p0 = tensorMatch(t0); \ in FOREVERY_PAIR_OF_COMMON_CONJ_CONJ_BINOP()
514 const Match &p1 = tensorMatch(t1); \ in FOREVERY_PAIR_OF_COMMON_CONJ_CONJ_BINOP()
545 const Match &p0 = tensorMatch(t0); \
[all …]