Searched refs:SLRWeightVec (Results 1 – 2 of 2) sorted by relevance
76 using SLRWeightVec = std::vector<std::vector<float>>; variable77 using SLRWeightMat = std::shared_ptr<SLRWeightVec>;
60 SLRWeightMat weights = std::make_shared<SLRWeightVec>(n, std::vector<float>(2 * a, 0)); in GetWeights()