Home
last modified time | relevance | path

Searched refs:adjust_gamma (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_a_to_q_test.cc114 std::shared_ptr<TensorTransform> adjust_gamma(new vision::AdjustGamma(-1, 1.0)); in TEST_F() local
115 auto ds1 = ds->Map({adjust_gamma}); in TEST_F()
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py1558 return util.adjust_gamma(img, self.gamma, self.gain)
Dpy_transforms_util.py1472 def adjust_gamma(img, gamma, gain): function