Home
last modified time | relevance | path

Searched defs:resize_op (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_random_subselect_policy_test.cc42 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({15, 15})); in TEST_F() local
94 auto resize_op(new vision::Resize({15, 15})); in TEST_F() local
152 vision::Resize resize_op = vision::Resize({15, 15}); in TEST_F() local
203 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({15, 15})); in TEST_F() local
253 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({15, 15})); in TEST_F() local
309 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({15, 15})); in TEST_F() local
Dc_api_vision_uniform_aug_test.cc45 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({30, 30})); in TEST_F() local
93 auto resize_op(new vision::Resize({30, 30})); in TEST_F() local
146 vision::Resize resize_op = vision::Resize({30, 30}); in TEST_F() local
Dmap_op_test.cc540 auto resize_op = std::make_shared<ResizeOp>(300, 300); in TEST_F() local
606 auto resize_op = std::make_shared<ResizeOp>(300, 300); in TEST_F() local
705 auto resize_op = std::make_shared<ResizeOp>(300, 300); in TEST_F() local
Dc_api_vision_a_to_q_test.cc1148 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({500, 1000})); in TEST_F() local
1185 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({500, 1000})); in TEST_F() local
1222 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({500, 1000})); in TEST_F() local
1262 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({500, 1000})); in TEST_F() local
Dc_api_vision_r_to_z_test.cc125 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({30})); in TEST_F() local
Dc_api_transforms_test.cc43 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({777, 777})); in TEST_F() local
88 auto resize_op = vision::Resize({-1}); in TEST_F() local
1755 auto resize_op = vision::Resize({777, 777}); in TEST_F() local
1798 auto resize_op = vision::Resize({-1}); in TEST_F() local
1840 auto resize_op = vision::Resize({100}); in TEST_F() local
1927 auto resize_op = vision::Resize({-1}); in TEST_F() local
Dc_api_dataset_ops_test.cc614 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({64, 64})); in TEST_F() local
1062 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({30, 30})); in TEST_F() local
1637 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({30, 30})); in TEST_F() local
Dexecute_test.cc437 std::shared_ptr<TensorTransform> resize_op(new vision::Resize({16, 16})); in TEST_F() local
/third_party/boost/boost/numeric/odeint/util/
Dresize.hpp80 void resize_op( StateOut &x1 , const StateIn &x2 , boost::true_type ) const in resize_op() function
86 void resize_op( StateOut &/*x1*/ , const StateIn &/*x2*/ , boost::false_type ) const in resize_op() function
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dresize_tensorrt.cc82 auto resize_op = op_primitive_->value_as_Resize(); in SetOutputDims() local
163 auto resize_op = op_primitive_->value_as_Resize(); in SetParams() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_resize_op.cc33 …std::shared_ptr<TensorOp> resize_op = std::make_shared<ResizeOp>(size1_, size2_, interpolation_ran… in Compute() local
Dbounding_box_augment_op.cc58 std::shared_ptr<TensorOp> resize_op = in Compute() local
/third_party/mindspore/mindspore/lite/minddata/wrapper/
DMDToDApi.cc126 std::shared_ptr<TensorOperation> resize_op = in MDToDApi_createPipeLine() local