Searched refs:RandomSharpness (Results 1 – 9 of 9) sorted by relevance
61 py_op = F.RandomSharpness()63 py_op = F.RandomSharpness(degrees)104 F.RandomSharpness((20.0, 25.0)),150 c_op = C.RandomSharpness()152 c_op = C.RandomSharpness(degrees)192 C.RandomSharpness((10.0, 15.0))218 python_op = F.RandomSharpness(degrees)219 c_op = C.RandomSharpness(degrees)269 c_op = C.RandomSharpness()271 c_op = C.RandomSharpness(degrees)[all …]
80 F.RandomSharpness(),
423 vision.RandomSharpness(),
746 class RandomSharpness final : public TensorTransform {752 explicit RandomSharpness(std::vector<float> degrees = {0.1, 1.9});755 ~RandomSharpness() = default;
767 struct RandomSharpness::Data {772 RandomSharpness::RandomSharpness(std::vector<float> degrees) : data_(std::make_shared<Data>(degrees… in RandomSharpness() function in mindspore::dataset::vision::RandomSharpness774 std::shared_ptr<TensorOperation> RandomSharpness::Parse() { in Parse()
1485 class RandomSharpness(py_transforms.PyTensorOperation): class
1400 class RandomSharpness(ImageTensorOperation): class
1494 std::shared_ptr<TensorTransform> random_sharpness_op_1(new vision::RandomSharpness({0.4, 2.3})); in TEST_F()1497 std::shared_ptr<TensorTransform> random_sharpness_op_2(new vision::RandomSharpness()); in TEST_F()
2775 …- Fix bug of RandomColor and RandomSharpness default parameter checking ([!2833](https://gitee.co…