Home
last modified time | relevance | path

Searched refs:crop4 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dir_vision_test.cc135 std::shared_ptr<TensorOperation> crop4(new vision::CropOperation({-1, 0}, {32, 32})); in TEST_F() local
136 rc = crop4->ValidateParams(); in TEST_F()
Dc_api_vision_a_to_q_test.cc357 std::shared_ptr<TensorTransform> crop4(new vision::Crop({0, 0}, {10, 10, 10})); in TEST_F() local
358 auto ds4 = ds->Map({crop4}); in TEST_F()