Searched refs:SLRWeightKey (Results 1 – 2 of 2) sorted by relevance
37 class SLRWeightKey {39 SLRWeightKey(Size src, Size dst): src_(src), dst_(dst) in SLRWeightKey() function78 using SLRWeightTuple = std::tuple<SLRWeightMat, SLRWeightMat, SLRWeightKey>;
786 SLRWeightKey key(srcSize, dstSize); in initSLRFactor()