Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/dataset/
Dir_vision_test.cc258 …std::shared_ptr<TensorOperation> resize_op1(new vision::ResizeOperation({30, -30}, InterpolationMo… in TEST_F() local
259 rc = resize_op1->ValidateParams(); in TEST_F()
Dc_api_transforms_test.cc1882 std::shared_ptr<TensorTransform> resize_op1(new vision::Resize({777, 777})); in TEST_F() local
1884 auto random_choice = transforms::RandomChoice({resize_op1, resize_op2}); in TEST_F()