Home
last modified time | relevance | path

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

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DGraphTest.cpp1275 auto qType1 = F->getParent()->uniqueType(ElemKind::Int8QTy, {1, 3}, 0.3, 5); in TEST() local
1278 auto *qv1 = mod.createPlaceholder(qType1, "V1", true); in TEST()