Searched defs:Solarize (Results 1 – 3 of 3) sorted by relevance
6605 class Solarize(ImageTensorOperation): class
2196 Status Solarize(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, in Solarize() function
1432 Solarize::Solarize(const std::vector<float> &threshold) : data_(std::make_shared<Data>(threshold)) … in Solarize() function in mindspore::dataset::vision::Solarize