Home | History | Annotate | Download | only in functional

Lines Matching defs:strideWeights

929 	static const float	strideWeights[]			= { 50, 10, 10, 10 };
1059 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);