Home
last modified time | relevance | path

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

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_asm.hpp1556 bool havePostMod = false; in outMods() local
1558 out << (havePostMod ? ',' : '{'); in outMods()
1559 havePostMod = true; in outMods()
1592 if (havePostMod) out << '}'; in outMods()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_asm.hpp1818 bool havePostMod = false; in outMods() local
1820 out << (havePostMod ? ',' : '{'); in outMods()
1821 havePostMod = true; in outMods()
1854 if (havePostMod) out << '}'; in outMods()