mindspore2022/tests/ut/cpp/dataset
mindspore-ci-bot b45f289801 !13504 Add check of GetPerspectiveTransform and GetAffineTransform
From: @shenwei41
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
2021-03-18 09:57:52 +08:00
..
common !13506 dataset UT: Reinstate INFO logging and data verification - part 3 2021-03-18 09:35:22 +08:00
CMakeLists.txt !12809 Added pull-based prototype 2021-03-09 22:31:38 +08:00
README.md initial version 2020-03-27 22:54:54 +08:00
affine_op_test.cc Adding affine 2021-02-25 16:55:02 -05:00
album_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
arena_test.cc Memory pool clean up 2020-08-30 11:28:24 -04:00
auto_contrast_op_test.cc Added RandomAffine Op 2020-08-10 17:52:50 -04:00
batch_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
bit_functions_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
bounding_box_augment_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
btree_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
build_vocab_test.cc dataset: delete minddata/dataset/include/status.h 2021-02-04 10:19:08 -05:00
c_api_cache_test.cc Fix codex issues 2021-03-15 11:15:15 -04:00
c_api_dataset_album_test.cc dataset: Reinstate INFO logging and data verification - part1 2021-03-05 10:13:09 -05:00
c_api_dataset_cifar_test.cc Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
c_api_dataset_clue_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_coco_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_config_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_csv_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_iterator_test.cc Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
c_api_dataset_manifest_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_minddata_test.cc !13506 dataset UT: Reinstate INFO logging and data verification - part 3 2021-03-18 09:35:22 +08:00
c_api_dataset_ops_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_randomdata_test.cc dataset: Reinstate INFO logging and data verification - part 2 2021-03-12 10:07:45 -05:00
c_api_dataset_save.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_textfile_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_tfrecord_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_dataset_voc_test.cc dataset: Reinstate INFO logging and data verification - part 2 2021-03-12 10:07:45 -05:00
c_api_datasets_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_epoch_ctrl_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_pull_based_test.cc Added pull based prototype 2021-03-08 15:00:14 -05:00
c_api_repeat_test.cc Fixed tenor compile error for MD 2021-02-09 14:56:31 +08:00
c_api_samplers_test.cc dataset: Specify Sampler and TensorTransform C++ API classes as final 2021-03-10 15:25:20 -05:00
c_api_text_sentence_piece_vocab_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_text_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_text_vocab_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_transforms_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_vision_a_to_q_test.cc dataset: Add IR vision error input tests, plus other UT updates 2021-03-02 16:33:28 -05:00
c_api_vision_affine_test.cc fix testcases in c_api_random_test.cc 2021-03-04 11:20:23 -05:00
c_api_vision_bounding_box_augment_test.cc dataset: Add IR vision error input tests, plus other UT updates 2021-03-02 16:33:28 -05:00
c_api_vision_r_to_z_test.cc dataset: Reinstate INFO logging and data verification - part 3 2021-03-17 13:48:04 -04:00
c_api_vision_random_subselect_policy_test.cc fix input check bug in RandomSelectSubpolicy and codex issue 2021-03-12 16:04:38 -05:00
c_api_vision_random_test.cc fix testcases in c_api_random_test.cc 2021-03-04 11:20:23 -05:00
c_api_vision_soft_dvpp_test.cc dataset: Reinstate INFO logging and data verification - part 2 2021-03-12 10:07:45 -05:00
c_api_vision_uniform_aug_test.cc dataset: Add IR vision error input tests, plus other UT updates 2021-03-02 16:33:28 -05:00
cache_op_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
celeba_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
center_crop_op_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
channel_swap_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
cifar_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
circular_pool_test.cc decoupling core and context 2020-08-05 08:15:14 +08:00
client_config_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
clue_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
coco_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
concat_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
concatenate_op_test.cc fix concat 2020-08-05 11:28:56 -04:00
connector_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
crop_op_test.cc Added crop signature, wip 2020-07-24 20:40:45 -04:00
csv_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
cut_out_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
cutmix_batch_op_test.cc Added CutMix 2020-08-17 13:01:47 -04:00
cyclic_array_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
data_helper_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
datatype_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
decode_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
distributed_sampler_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
duplicate_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
dvpp_decode_jpeg_test.cc Dvpp refactor and 6 Dvpp operators 2021-02-10 10:34:38 +08:00
equalize_op_test.cc Added RandomAffine Op 2020-08-10 17:52:50 -04:00
execute_test.cc dataset: Reinstate INFO logging and data verification - part 2 2021-03-12 10:07:45 -05:00
execution_tree_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
fill_op_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
filter_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
global_context_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
gnn_graph_test.cc fix: increace deviation_ratio for gnn test case 2021-03-10 15:58:46 +08:00
image_folder_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
image_process_test.cc add check of operation 2021-03-17 20:29:17 +08:00
interrupt_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
invert_op_test.cc random sharpness cpp op support 2020-08-11 15:30:40 -04:00
ir_callback_test.cc Remove datasets.h dependency on tensor.h and other related dependencies 2021-03-05 16:26:58 -05:00
ir_sampler_test.cc fix pk sampler's get_dataset error due to num_class unavaiable at pre-runtime 2021-03-11 15:43:02 -05:00
ir_tensor_op_fusion_pass_test.cc make C++ API classes for samplers 2021-02-25 17:29:43 -05:00
ir_tree_adapter_test.cc make C++ API classes for samplers 2021-02-25 17:29:43 -05:00
ir_vision_random_test.cc fix testcases in c_api_random_test.cc 2021-03-04 11:20:23 -05:00
ir_vision_test.cc dataset: Reinstate INFO logging and data verification - part1 2021-03-05 10:13:09 -05:00
jieba_tokenizer_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
manifest_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
map_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
mask_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
memory_pool_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
mind_record_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
mixup_batch_op_test.cc Added Mixup 2020-08-07 17:47:16 -04:00
mnist_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
normalize_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
normalizepad_op_test.cc Add NormalizePadOp 2020-12-15 11:45:41 +08:00
one_hot_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
optimization_pass_test.cc Make Parse() as protected 2021-03-01 15:07:36 -05:00
pad_end_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
pad_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
path_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
perf_data_test.cc support int64 shape 2020-11-05 21:15:49 +08:00
project_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
queue_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
random_affine_op_test.cc changing affine and posterize apis 2020-08-26 10:51:54 -04:00
random_color_adjust_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_color_op_test.cc RandomColor 2020-08-13 16:10:21 -04:00
random_crop_and_resize_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_crop_and_resize_with_bbox_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
random_crop_decode_resize_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_crop_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_crop_with_bbox_op_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
random_data_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
random_horizontal_flip_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_horizontal_flip_with_bbox_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
random_posterize_op_test.cc changing affine and posterize apis 2020-08-26 10:51:54 -04:00
random_resize_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_resize_with_bbox_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
random_rotation_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_sharpness_op_test.cc random sharpness cpp op support 2020-08-11 15:30:40 -04:00
random_solarize_op_test.cc change api to use std_vector 2020-08-18 15:41:21 -04:00
random_vertical_flip_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
random_vertical_flip_with_bbox_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
rename_op_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
rescale_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
resize_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
resize_with_bbox_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
rgba_to_bgr_op_test.cc Added wrapper around color change function 2020-08-13 11:39:56 -04:00
rgba_to_rgb_op_test.cc Added wrapper around color change function 2020-08-13 11:39:56 -04:00
schema_test.cc Added Album empty string tensor support 2020-10-20 16:37:37 -04:00
sentence_piece_vocab_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
shuffle_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
skip_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
slice_op_test.cc first working implementation 2020-09-24 15:39:28 -04:00
sliding_window_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
solarize_op_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
stand_alone_samplers_test.cc Remove api namespace 2020-11-02 20:09:37 -05:00
status_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
subset_random_sampler_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
subset_sampler_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
swap_red_blue_test.cc Added crop signature, wip 2020-07-24 20:40:45 -04:00
take_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
task_manager_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
tensor_row_test.cc Updated TensorRow conversion 2020-09-29 14:50:44 -04:00
tensor_string_test.cc Added Album empty string tensor support 2020-10-20 16:37:37 -04:00
tensor_test.cc cxx api refactor: tensor/status/model 2021-02-02 09:15:56 +08:00
tensorshape_test.cc decoupling core and context 2020-08-05 08:15:14 +08:00
text_file_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
tfReader_op_test.cc Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores. 2021-02-02 11:38:27 -05:00
to_float16_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
tokenizer_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
treap_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
tree_modifying_function_test.cc make C++ API classes for samplers 2021-02-25 17:29:43 -05:00
trucate_pair_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
type_cast_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
voc_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
weighted_random_sampler_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00
zip_op_test.cc Moving data_helper 2021-03-12 15:30:34 -05:00

README.md

Introduce of data

All of data used in this folder created by Huawei Technologies Co.