mindspore/tests/ut/cpp/dataset
Nat Sutyanyong 5a7dc0accc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
..
common Added testing macro and fix album_op test 2020-11-05 13:22:51 -05:00
CMakeLists.txt Add SubsetSampler 2021-01-27 15:00:18 -05:00
README.md initial version 2020-03-27 22:54:54 +08: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 mindspore path adjust 2020-07-14 18:07:28 +08:00
bounding_box_augment_op_test.cc rename dataset dir and image files 2020-08-27 16:49:23 -04:00
btree_test.cc Rebase up to 88ded11f59 2020-09-24 14:09:08 -04:00
build_vocab_test.cc dataset: Use int32_t for text's vocab_size 2021-01-13 18:12:50 -05:00
c_api_cache_test.cc make MD public headers standalone 2021-01-11 06:35:53 -05:00
c_api_dataset_album_test.cc modify the dataset ut log message 2020-12-01 14:42:44 +08:00
c_api_dataset_cifar_test.cc modify the dataset ut log message 2020-12-01 14:42:44 +08:00
c_api_dataset_clue_test.cc modify the dataset ut log message 2020-12-01 14:42:44 +08:00
c_api_dataset_coco_test.cc modify the dataset ut log message 2020-12-01 14:42:44 +08:00
c_api_dataset_config_test.cc remove uncessary headers 2020-11-03 11:59:55 -05:00
c_api_dataset_csv_test.cc Added GetColumnNames to C++ 2020-11-12 16:36:59 -05:00
c_api_dataset_iterator_test.cc add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs) 2021-01-13 12:13:40 -05:00
c_api_dataset_manifest_test.cc modify the dataset ut log message 2020-12-01 14:42:44 +08:00
c_api_dataset_minddata_test.cc Add SubsetSampler 2021-01-27 15:00:18 -05:00
c_api_dataset_ops_test.cc make MD public headers standalone 2021-01-11 06:35:53 -05:00
c_api_dataset_randomdata_test.cc Add checks to RandomData and LookUp 2020-12-09 17:09:34 -05:00
c_api_dataset_save.cc fix get num_class in imagefolder 2020-11-12 14:26:54 -05:00
c_api_dataset_textfile_test.cc Add some ut pipeline test case for C++ dataset 2020-11-28 18:14:58 +08:00
c_api_dataset_tfrecord_test.cc Added GetColumnNames to C++ 2020-11-12 16:36:59 -05:00
c_api_dataset_voc_test.cc Added GetColumnNames to C++ 2020-11-12 16:36:59 -05:00
c_api_datasets_test.cc fix get num_class in imagefolder 2020-11-12 14:26:54 -05:00
c_api_epoch_ctrl_test.cc dataset CPP UT: Updates for ExecTree to IRTree Support 2021-01-04 16:00:30 -05:00
c_api_repeat_test.cc dataset CPP UT: Updates for ExecTree to IRTree Support 2021-01-04 16:00:30 -05:00
c_api_samplers_test.cc Add SubsetSampler 2021-01-27 15:00:18 -05:00
c_api_text_sentence_piece_vocab_test.cc make MD public headers standalone 2021-01-11 06:35:53 -05:00
c_api_text_test.cc TextOp decoupling 2021-01-20 21:52:45 -05:00
c_api_text_vocab_test.cc make MD public headers standalone 2021-01-11 06:35:53 -05:00
c_api_transforms_test.cc port name() to TensorOperation and its derived classes 2020-11-27 19:00:56 -05:00
c_api_vision_test.cc [MD] add common validation functions for transform 2021-01-29 16:29:47 +08:00
cache_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05: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 C++ API: Move vision ops to new vision files; create transforms namespace 2020-10-08 11:59:58 -04: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 mindspore path adjust 2020-07-14 18:07:28 +08:00
clue_op_test.cc decoupling core and context 2020-08-05 08:15:14 +08: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 decoupling core and context 2020-08-05 08:15:14 +08:00
concatenate_op_test.cc fix concat 2020-08-05 11:28:56 -04:00
connector_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
crop_op_test.cc Added crop signature, wip 2020-07-24 20:40:45 -04:00
csv_op_test.cc decoupling core and context 2020-08-05 08:15:14 +08: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 Added testing macro and fix album_op test 2020-11-05 13:22:51 -05:00
datatype_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
decode_op_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
distributed_sampler_test.cc Remove api namespace 2020-11-02 20:09:37 -05:00
duplicate_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04:00
equalize_op_test.cc Added RandomAffine Op 2020-08-10 17:52:50 -04:00
execute_test.cc Added execute test case 2020-11-18 23:44:46 -05:00
execution_tree_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
fill_op_test.cc - Add checks and testing for empty tensors 2020-07-24 17:23:18 -04: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 gnn support weight sampling neighbors. 2021-01-28 15:28:44 +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 parameter verification for getROI function 2021-01-27 09:06:59 +08:00
interrupt_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
invert_op_test.cc random sharpness cpp op support 2020-08-11 15:30:40 -04:00
ir_callback_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00
ir_tensor_op_fusion_pass_test.cc dataset CPP UT: Updates for ExecTree to IRTree Support 2021-01-04 16:00:30 -05:00
ir_tree_adapter_test.cc dataset CPP UT: Updates for ExecTree to IRTree Support 2021-01-04 16:00:30 -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 Rebase up to 88ded11f59 2020-09-24 14:09:08 -04: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 port over getter pass 2021-01-07 10:52:49 -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 decoupling core and context 2020-08-05 08:15:14 +08:00
queue_test.cc Memory pool clean up 2020-08-30 11:28:24 -04: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 rename dataset dir and image files 2020-08-27 16:49:23 -04: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 decoupling core and context 2020-08-05 08:15:14 +08: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 mindspore path adjust 2020-07-14 18:07:28 +08: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 minddata err msg add file path 2021-01-22 16:38:46 +08:00
stand_alone_samplers_test.cc Remove api namespace 2020-11-02 20:09:37 -05:00
status_test.cc mindspore path adjust 2020-07-14 18:07:28 +08:00
subset_random_sampler_test.cc Remove api namespace 2020-11-02 20:09:37 -05:00
subset_sampler_test.cc Add SubsetSampler 2021-01-27 15:00:18 -05:00
swap_red_blue_test.cc Added crop signature, wip 2020-07-24 20:40:45 -04:00
take_op_test.cc decoupling core and context 2020-08-05 08:15:14 +08:00
task_manager_test.cc mindspore path adjust 2020-07-14 18:07:28 +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 first working implementation 2020-09-24 15:39:28 -04:00
tensorshape_test.cc decoupling core and context 2020-08-05 08:15:14 +08:00
text_file_op_test.cc C++ API Support for TextFile Dataset and Unit Tests 2020-08-11 11:53:53 -04:00
tfReader_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -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 dataset: Resolve protected parent_access from DeepCopyPass 2021-01-22 15:56:32 -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 Remove api namespace 2020-11-02 20:09:37 -05:00
zip_op_test.cc Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer 2021-02-01 12:30:16 -05:00

README.md

Introduce of data

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