mindspore2022/tests/ut/cpp/dataset
mindspore-ci-bot 6369cf27bd !406 added first row crc check for when reading tfrecord files
Merge pull request !406 from Peilin/first-row-crc-check
2020-04-21 00:10:18 +08:00
..
common initial version 2020-03-27 22:54:54 +08:00
CMakeLists.txt add filterOp code 2020-04-20 22:32:19 +08:00
README.md initial version 2020-03-27 22:54:54 +08:00
arena_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
batch_op_test.cc initial version 2020-03-27 22:54:54 +08:00
bit_functions_test.cc initial version 2020-03-27 22:54:54 +08:00
btree_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
celeba_op_test.cc remove make_unique.h 2020-04-07 14:00:09 -04:00
center_crop_op_test.cc initial version 2020-03-27 22:54:54 +08:00
change_mode_test.cc initial version 2020-03-27 22:54:54 +08:00
channel_swap_test.cc initial version 2020-03-27 22:54:54 +08:00
cifar_op_test.cc remove make_unique.h 2020-04-07 14:00:09 -04:00
circular_pool_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
client_config_test.cc initial version 2020-03-27 22:54:54 +08:00
connector_test.cc initial version 2020-03-27 22:54:54 +08:00
datatype_test.cc initial version 2020-03-27 22:54:54 +08:00
decode_op_test.cc initial version 2020-03-27 22:54:54 +08:00
execution_tree_test.cc initial version 2020-03-27 22:54:54 +08:00
filter_op_test.cc add filterOp code 2020-04-20 22:32:19 +08:00
global_context_test.cc initial version 2020-03-27 22:54:54 +08:00
image_folder_op_test.cc remove make_unique.h 2020-04-07 14:00:09 -04:00
interrupt_test.cc initial version 2020-03-27 22:54:54 +08:00
manifest_op_test.cc remove make_unique.h 2020-04-07 14:00:09 -04:00
map_op_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
memory_pool_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
mind_record_op_test.cc fix: error info is not exactly when column list invalid 2020-04-08 16:11:13 +08:00
mnist_op_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
normalize_op_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
one_hot_op_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
path_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
project_op_test.cc remove make_unique.h 2020-04-07 14:00:09 -04:00
queue_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
random_color_adjust_op_test.cc initial version 2020-03-27 22:54:54 +08:00
random_crop_and_resize_op_test.cc fix RandomCropDecodeResize test 2020-04-03 11:13:57 -04:00
random_crop_decode_resize_op_test.cc fix RandomCropDecodeResize test 2020-04-03 11:13:57 -04:00
random_crop_op_test.cc initial version 2020-03-27 22:54:54 +08:00
random_horizontal_flip_op_test.cc initial version 2020-03-27 22:54:54 +08:00
random_resize_op_test.cc initial version 2020-03-27 22:54:54 +08:00
random_rotation_op_test.cc initial version 2020-03-27 22:54:54 +08:00
random_vertical_flip_op_test.cc initial version 2020-03-27 22:54:54 +08:00
rename_op_test.cc initial version 2020-03-27 22:54:54 +08:00
repeat_op_test.cc Support nested repeat 2020-04-14 10:13:18 -04:00
rescale_op_test.cc initial version 2020-03-27 22:54:54 +08:00
resize_bilinear_op_test.cc initial version 2020-03-27 22:54:54 +08:00
resize_op_test.cc initial version 2020-03-27 22:54:54 +08:00
shuffle_op_test.cc initial version 2020-03-27 22:54:54 +08:00
skip_op_test.cc add skip dataset op 2020-04-17 19:48:25 +08:00
stand_alone_samplers_test.cc Add CPP sampler support for GeneratorDataset 2020-04-14 12:09:03 -04:00
status_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
storage_op_test.cc initial version 2020-03-27 22:54:54 +08:00
subset_random_sampler_test.cc Add CPP sampler support for GeneratorDataset 2020-04-14 12:09:03 -04:00
take_op_test.cc Repair some MS_LOG problem 2020-04-20 19:45:46 +08:00
task_manager_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
tensor_test.cc add filterOp code 2020-04-20 22:32:19 +08:00
tensorshape_test.cc initial version 2020-03-27 22:54:54 +08:00
text_file_op_test.cc TextFileDataset 2020-04-20 11:18:55 +08:00
tfReader_op_test.cc added checking of first row crc to find invalid tfrecord files 2020-04-20 10:25:26 -04:00
to_float16_op_test.cc initial version 2020-03-27 22:54:54 +08:00
treap_test.cc initial version 2020-03-27 22:54:54 +08:00
type_cast_op_test.cc Replace std::cout with MS_LOG in dataset unit test 2020-03-30 11:02:32 -04:00
voc_op_test.cc initial version 2020-03-27 22:54:54 +08:00
weighted_random_sampler_test.cc Add CPP sampler support for GeneratorDataset 2020-04-14 12:09:03 -04:00
zip_op_test.cc initial version 2020-03-27 22:54:54 +08:00

README.md

Introduce of data

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