Home
last modified time | relevance | path

Searched defs:threshold_ (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dsolarize_op.h33 …explicit SolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(std::move(threshold)) … in threshold_() function
Drandom_solarize_op.h35 explicit RandomSolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(threshold) { in threshold_() function
/third_party/boost/boost/accumulators/statistics/
Dweighted_peaks_over_threshold.hpp120 ar & threshold_; in serialize() local
130 float_type threshold_; member
Dpeaks_over_threshold.hpp192 ar & threshold_; in serialize() local
203 float_type threshold_; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc781 std::vector<uint8_t> threshold_; member
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2926 int threshold_; in TEST() member in testing::gmock_matchers_test::__anonf5dc49dc0111::IsGreaterThan