Searched defs:WeightParams (Results 1 – 1 of 1) sorted by relevance
95 struct WeightParams { in TEST() struct96 int width; in TEST()97 int height; in TEST()100 int NumWeights() const { return width * height; } in TEST()101 bool operator<(const WeightParams& other) const { in TEST()