Searched defs:threshold_ (Results 1 – 6 of 6) sorted by relevance
33 …explicit SolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(std::move(threshold)) … in threshold_() function
35 explicit RandomSolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(threshold) { in threshold_() function
120 ar & threshold_; in serialize() local130 float_type threshold_; member
192 ar & threshold_; in serialize() local203 float_type threshold_; member
781 std::vector<uint8_t> threshold_; member
2926 int threshold_; in TEST() member in testing::gmock_matchers_test::__anonf5dc49dc0111::IsGreaterThan