You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/tests/ut/cpp/dataset
Alexey Shevlyakov b930162e79
Decode + RandomCropAndResize = RandomCropDecodeResize
5 years ago
..
common C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment 5 years ago
CMakeLists.txt Decode + RandomCropAndResize = RandomCropDecodeResize 5 years ago
README.md initial version 5 years ago
arena_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
batch_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
bit_functions_test.cc initial version 5 years ago
bounding_box_augment_op_test.cc C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment 5 years ago
btree_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
c_api_test.cc Initial Drop of CacheOp Phase I 5 years ago
cache_op_test.cc Initial Drop of CacheOp Phase I 5 years ago
celeba_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
center_crop_op_test.cc initial version 5 years ago
channel_swap_test.cc initial version 5 years ago
cifar_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
circular_pool_test.cc Replace std::cout with MS_LOG in dataset unit test 5 years ago
client_config_test.cc init remove storage op in c++ 5 years ago
clue_op_test.cc add CLUE dataset 5 years ago
coco_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
concat_op_test.cc init commit of concat dataset 5 years ago
concatenate_op_test.cc remove graphengine changes 5 years ago
connector_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
cut_out_op_test.cc added cpp test cases for pad and cut out 5 years ago
cyclic_array_test.cc remove de_error.h 5 years ago
datatype_test.cc introducing new C++ API 5 years ago
decode_op_test.cc initial version 5 years ago
duplicate_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
execution_tree_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
fill_op_test.cc added FillOp for #119 - special Ops 5 years ago
filter_op_test.cc add filterOp code 5 years ago
global_context_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
gnn_graph_test.cc support get_edge_feature 5 years ago
image_folder_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
interrupt_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
jieba_tokenizer_op_test.cc add offsets feature to tokenizer 5 years ago
manifest_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
map_op_test.cc Decode + RandomCropAndResize = RandomCropDecodeResize 5 years ago
mask_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
memory_pool_test.cc Replace std::cout with MS_LOG in dataset unit test 5 years ago
mind_record_op_test.cc mindrecord support read file list 5 years ago
mnist_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
normalize_op_test.cc Replace std::cout with MS_LOG in dataset unit test 5 years ago
one_hot_op_test.cc Change mem layout of string tensor 5 years ago
pad_end_op_test.cc PadEndOp 5 years ago
pad_op_test.cc added cpp test cases for pad and cut out 5 years ago
path_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
perf_data_test.cc fix perf_data test 5 years ago
project_op_test.cc remove make_unique.h 5 years ago
queue_test.cc Fix Queue::Reset 5 years ago
random_color_adjust_op_test.cc initial version 5 years ago
random_crop_and_resize_op_test.cc resolved issues in the comments 5 years ago
random_crop_and_resize_with_bbox_op_test.cc fix, cpp ut's 5 years ago
random_crop_decode_resize_op_test.cc fix gnn random walk pr 1977 comments 5 years ago
random_crop_op_test.cc initial version 5 years ago
random_crop_with_bbox_op_test.cc fix, cpp ut's 5 years ago
random_data_op_test.cc Random Data Op 5 years ago
random_horizontal_flip_op_test.cc initial version 5 years ago
random_horizontal_flip_with_bbox_test.cc C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment 5 years ago
random_resize_op_test.cc initial version 5 years ago
random_resize_with_bbox_op_test.cc supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op. 5 years ago
random_rotation_op_test.cc initial version 5 years ago
random_vertical_flip_op_test.cc initial version 5 years ago
random_vertical_flip_with_bbox_op_test.cc fix, cpp ut's 5 years ago
rename_op_test.cc init remove storage op in c++ 5 years ago
repeat_op_test.cc Move python tree transformation into cpp pass. 5 years ago
rescale_op_test.cc initial version 5 years ago
resize_bilinear_op_test.cc initial version 5 years ago
resize_op_test.cc initial version 5 years ago
resize_with_bbox_op_test.cc supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op. 5 years ago
schema_test.cc Clean up part 1 5 years ago
shuffle_op_test.cc init remove storage op in c++ 5 years ago
skip_op_test.cc fix skip 5 years ago
stand_alone_samplers_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
status_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
subset_random_sampler_test.cc Rename Sampler Reset 5 years ago
take_op_test.cc Repair some MS_LOG problem 5 years ago
task_manager_test.cc Fix some timing hole in these two testcases 5 years ago
tensor_op_fusion_pass_test.cc Decode + RandomCropAndResize = RandomCropDecodeResize 5 years ago
tensor_string_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
tensor_test.cc Tensor ut works 5 years ago
tensorshape_test.cc initial version 5 years ago
text_file_op_test.cc TextFileDataset 5 years ago
tfReader_op_test.cc added checking of first row crc to find invalid tfrecord files 5 years ago
to_float16_op_test.cc initial version 5 years ago
tokenizer_op_test.cc add offsets feature to tokenizer 5 years ago
treap_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
trucate_pair_test.cc Truncate Pair 5 years ago
type_cast_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
voc_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago
weighted_random_sampler_test.cc Rename Sampler Reset 5 years ago
zip_op_test.cc enhance: 1. fix api comment, 2. del dead code 5 years ago

README.md

Introduce of data

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