..
README.md
initial version
5 years ago
test_2ops.py
Cleanup dataset UT: Replace save_and_check
5 years ago
test_HWC2CHW.py
minddata iterator output ms_tensor
5 years ago
test_Tensor.py
use np.testing.assert instead of asserting
5 years ago
test_apply.py
minddata iterator output ms_tensor
5 years ago
test_autocontrast.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_batch.py
added python api based on cpp api
5 years ago
test_bounding_box_augment.py
minddata iterator output ms_tensor
5 years ago
test_bucket_batch_by_length.py
Leaf ops do self-reset.
5 years ago
test_c_compose.py
add err modify
5 years ago
test_c_random_apply.py
minddata iterator output ms_tensor
5 years ago
test_c_random_choice.py
first working implementation
5 years ago
test_cache_map.py
Remove special treatment for cache above repeat
5 years ago
test_cache_nomap.py
Fix a seg fault caused by std::regex
5 years ago
test_callbacks.py
dataset UT: check PIL version, delete test_callback_2maps
5 years ago
test_center_crop.py
minddata iterator output ms_tensor
5 years ago
test_compose.py
Started vision decoupling
5 years ago
test_concat.py
minddata iterator output ms_tensor
5 years ago
test_concatenate_op.py
minddata iterator output ms_tensor
5 years ago
test_config.py
address 2 tickets
5 years ago
test_cut_out.py
minddata iterator output ms_tensor
5 years ago
test_cutmix_batch_op.py
fix: testcase test_cutmix_batch_op.py slowly
5 years ago
test_dataset_numpy_slices.py
fix get_shape/type and a segfault in getter_pass
5 years ago
test_datasets_celeba.py
fix get_dataset_size in CelebADataset when usage is not all
5 years ago
test_datasets_cifarop.py
Leaf ops do self-reset.
5 years ago
test_datasets_clue.py
added python api based on cpp api
5 years ago
test_datasets_coco.py
[MD] dataset op log changes
5 years ago
test_datasets_csv.py
dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
5 years ago
test_datasets_generator.py
add err modify
5 years ago
test_datasets_get_dataset_size.py
fix get dataset size in distributed scenario
5 years ago
test_datasets_imagefolder.py
added python api based on cpp api
5 years ago
test_datasets_manifestop.py
fix get num classes of concat
5 years ago
test_datasets_mnist.py
Leaf ops do self-reset.
5 years ago
test_datasets_sharding.py
minddata iterator output ms_tensor
5 years ago
test_datasets_textfileop.py
Enable cache for other leaf ops
5 years ago
test_datasets_tfrecord.py
Change build to return status
5 years ago
test_datasets_voc.py
added python api based on cpp api
5 years ago
test_decode.py
minddata iterator output ms_tensor
5 years ago
test_deviceop_cpu.py
change map calls
5 years ago
test_duplicate_op.py
minddata iterator output ms_tensor
5 years ago
test_eager_vision.py
[MD] Fix Decode doc & RandomNode log
5 years ago
test_epoch_ctrl.py
added python api based on cpp api
5 years ago
test_equalize.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_exceptions.py
change map calls
5 years ago
test_fill_op.py
minddata iterator output ms_tensor
5 years ago
test_filterop.py
add filter c api and ut
5 years ago
test_five_crop.py
embed python compose op
5 years ago
test_flat_map.py
minddata iterator output ms_tensor
5 years ago
test_from_dataset.py
minddata iterator output ms_tensor
5 years ago
test_get_col_names.py
change map calls
5 years ago
test_get_size.py
added python api based on cpp api
5 years ago
test_graphdata.py
minddata iterator output ms_tensor
5 years ago
test_graphdata_distributed.py
skip graphdata distributed test case when asan mode
5 years ago
test_input_indexes.py
added python api based on cpp api
5 years ago
test_invert.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_iterator.py
added python api based on cpp api
5 years ago
test_linear_transformation.py
minddata iterator output ms_tensor
5 years ago
test_mask_op.py
minddata iterator output ms_tensor
5 years ago
test_minddataset.py
fix get_dataset_size in distributedSampler & num_samples
5 years ago
test_minddataset_exception.py
add err modify
5 years ago
test_minddataset_multi_images.py
minddata iterator output ms_tensor
5 years ago
test_minddataset_multi_images_and_ndarray.py
minddata iterator output ms_tensor
5 years ago
test_minddataset_padded.py
fix md padding bug
5 years ago
test_minddataset_sampler.py
fix num_sample in sequentialSampler and randomSampler
5 years ago
test_mixup_label_smoothing.py
minddata iterator output ms_tensor
5 years ago
test_mixup_op.py
minddata iterator output ms_tensor
5 years ago
test_ngram_op.py
minddata iterator output ms_tensor
5 years ago
test_nlp.py
minddata iterator output ms_tensor
5 years ago
test_noop_mode.py
minddata use new ps api
5 years ago
test_normalizeOp.py
fix pad, normalize in c_trasnform
5 years ago
test_normalizepad_op.py
Add NormalizePadOp
5 years ago
test_onehot_op.py
change map calls
5 years ago
test_opt.py
minddata iterator output ms_tensor
5 years ago
test_opt_pass.py
minddata iterator output ms_tensor
5 years ago
test_pad.py
minddata iterator output ms_tensor
5 years ago
test_pad_batch.py
minddata iterator output ms_tensor
5 years ago
test_pad_end_op.py
minddata iterator output ms_tensor
5 years ago
test_paddeddataset.py
added python api based on cpp api
5 years ago
test_pair_truncate.py
minddata iterator output ms_tensor
5 years ago
test_profiling.py
introduce a master switch to turn on and off profiler
5 years ago
test_project.py
order dict by column_id in create_dict_iterator()
5 years ago
test_pyfunc.py
embed python compose op
5 years ago
test_python_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_random_affine.py
1.correct param check for vision op 2.fix config review 3.fix api doc
5 years ago
test_random_apply.py
added python api based on cpp api
5 years ago
test_random_choice.py
added python api based on cpp api
5 years ago
test_random_color.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_random_color_adjust.py
minddata iterator output ms_tensor
5 years ago
test_random_crop.py
added python api based on cpp api
5 years ago
test_random_crop_and_resize.py
1.correct param check for vision op 2.fix config review 3.fix api doc
5 years ago
test_random_crop_and_resize_with_bbox.py
1.correct param check for vision op 2.fix config review 3.fix api doc
5 years ago
test_random_crop_decode_resize.py
minddata iterator output ms_tensor
5 years ago
test_random_crop_with_bbox.py
minddata iterator output ms_tensor
5 years ago
test_random_dataset.py
Change epoch count to 1 for python testcases
5 years ago
test_random_erasing.py
minddata iterator output ms_tensor
5 years ago
test_random_grayscale.py
minddata iterator output ms_tensor
5 years ago
test_random_horizontal_flip.py
minddata iterator output ms_tensor
5 years ago
test_random_horizontal_flip_with_bbox.py
minddata iterator output ms_tensor
5 years ago
test_random_order.py
!5801 [MD][Feature] minddata iterator output ms_tensor
5 years ago
test_random_perspective.py
minddata iterator output ms_tensor
5 years ago
test_random_posterize.py
Add num_epochs to non-sink training
5 years ago
test_random_resize.py
minddata iterator output ms_tensor
5 years ago
test_random_resize_with_bbox.py
minddata iterator output ms_tensor
5 years ago
test_random_rotation.py
add ANTIALIAS support for python progress
5 years ago
test_random_select_subpolicy.py
Started vision decoupling
5 years ago
test_random_sharpness.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_random_solarize_op.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_random_vertical_flip.py
minddata iterator output ms_tensor
5 years ago
test_random_vertical_flip_with_bbox.py
minddata iterator output ms_tensor
5 years ago
test_rename.py
minddata iterator output ms_tensor
5 years ago
test_repeat.py
minddata iterator output ms_tensor
5 years ago
test_rescale_op.py
minddata iterator output ms_tensor
5 years ago
test_resize.py
add ANTIALIAS support for python progress
5 years ago
test_resize_with_bbox.py
minddata iterator output ms_tensor
5 years ago
test_rgb_hsv.py
minddata iterator output ms_tensor
5 years ago
test_sampler.py
add params checking of offset in distributed_sampler
5 years ago
test_sampler_chain.py
added python api based on cpp api
5 years ago
test_save_op.py
Clean up the view code
5 years ago
test_schema.py
fix schema & zip validation
5 years ago
test_sentencepiece_tokenizer.py
added python api based on cpp api
5 years ago
test_serdes_dataset.py
minddata iterator output ms_tensor
5 years ago
test_shuffle.py
minddata iterator output ms_tensor
5 years ago
test_skip.py
added python api based on cpp api
5 years ago
test_slice_op.py
first working implementation
5 years ago
test_sliding_window.py
minddata iterator output ms_tensor
5 years ago
test_soft_dvpp.py
minddata iterator output ms_tensor
5 years ago
test_split.py
minddata iterator output ms_tensor
5 years ago
test_sync_wait.py
Added missing input check for nlp operator
5 years ago
test_take.py
Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
5 years ago
test_ten_crop.py
added python api based on cpp api
5 years ago
test_tensor_empty.py
minddata iterator output ms_tensor
5 years ago
test_tensor_string.py
Clean up the view code
5 years ago
test_text_basic_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_text_bert_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_text_jieba_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_text_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_text_wordpiece_tokenizer.py
minddata iterator output ms_tensor
5 years ago
test_to_number_op.py
Add ut for dataset to_number
5 years ago
test_to_pil.py
change map calls
5 years ago
test_to_type.py
minddata iterator output ms_tensor
5 years ago
test_type_cast.py
minddata iterator output ms_tensor
5 years ago
test_uniform_augment.py
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
test_unique_op.py
fix unorder_map hash
5 years ago
test_var_batch_map.py
staging
5 years ago
test_vocab.py
Add checks to RandomData and LookUp
5 years ago
test_zip.py
fix schema & zip validation
5 years ago
util.py
dataset UT: check PIL version, delete test_callback_2maps
5 years ago