.. |
README.md
|
initial version
|
2020-03-27 22:54:54 +08:00 |
test_2ops.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_HWC2CHW.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_Tensor.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_apply.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_autocontrast.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |
test_batch.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_bounding_box_augment.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_bucket_batch_by_length.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_c_compose.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_c_random_apply.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_c_random_choice.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_cache_map.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_cache_nomap.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_callbacks.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_center_crop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_concat.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_concatenate_op.py
|
fix concat
|
2020-08-05 11:28:56 -04:00 |
test_config.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_cut_out.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_cutmix_batch_op.py
|
Fixed 2D one-hot label problems in CutMix and MixUp
|
2020-08-26 16:17:21 -04:00 |
test_dataset_numpy_slices.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_celeba.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_cifarop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_clue.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_coco.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_csv.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_generator.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_get_dataset_size.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
test_datasets_imagefolder.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_manifestop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_mnist.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_sharding.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_textfileop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_tfrecord.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_datasets_voc.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_decode.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_deviceop_cpu.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_duplicate_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_epoch_ctrl.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_equalize.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |
test_exceptions.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_fill_op.py
|
fix validation errors, and fix try catch error tests
|
2020-07-14 11:50:00 -04:00 |
test_filterop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_five_crop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_flat_map.py
|
Clean up work for text python package
|
2020-05-22 04:35:58 -04:00 |
test_from_dataset.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_get_size.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_graphdata.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_graphdata_distributed.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_invert.py
|
support cpp invert operation
|
2020-07-15 23:45:45 -04:00 |
test_iterator.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_linear_transformation.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_mask_op.py
|
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
|
2020-06-19 19:11:50 -04:00 |
test_minddataset.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_minddataset_exception.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_minddataset_multi_images.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_minddataset_multi_images_and_ndarray.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_minddataset_padded.py
|
!5473 optim pylint
|
2020-09-02 15:25:30 +08:00 |
test_minddataset_sampler.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_mixup_label_smoothing.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_mixup_op.py
|
Fixed 2D one-hot label problems in CutMix and MixUp
|
2020-08-26 16:17:21 -04:00 |
test_ngram_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_nlp.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_noop_mode.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_normalizeOp.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_onehot_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_opt.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_opt_pass.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_pad.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_pad_batch.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_pad_end_op.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_paddeddataset.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_pair_truncate.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_profiling.py
|
Connector throughput + PerfData + CyclicArray
|
2020-06-26 14:45:01 -04:00 |
test_project.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_pyfunc.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_python_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_affine.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_apply.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_choice.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_color.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_color_adjust.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_crop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_crop_and_resize.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_crop_and_resize_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_crop_decode_resize.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_crop_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_dataset.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_erasing.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_grayscale.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_horizontal_flip.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_horizontal_flip_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_order.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_perspective.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_posterize.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_resize.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_resize_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_rotation.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_select_subpolicy.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_sharpness.py
|
dataset fixes: Update OneHot API docs; fixup Python UTs
|
2020-08-31 15:04:26 -04:00 |
test_random_solarize_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_vertical_flip.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_random_vertical_flip_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_rename.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_repeat.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_rescale_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_resize.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_resize_with_bbox.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_rgb_hsv.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_sampler.py
|
!5473 optim pylint
|
2020-09-02 15:25:30 +08:00 |
test_save_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_schema.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
test_sentencepiece_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_serdes_dataset.py
|
!5473 optim pylint
|
2020-09-02 15:25:30 +08:00 |
test_shuffle.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_skip.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_slice_op.py
|
- Add checks and testing for empty tensors
|
2020-07-24 17:23:18 -04:00 |
test_sliding_window.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_soft_dvpp.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_split.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_sync_wait.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_take.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_ten_crop.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_tensor_empty.py
|
- Add checks and testing for empty tensors
|
2020-07-24 17:23:18 -04:00 |
test_tensor_string.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_text_basic_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_text_bert_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_text_jieba_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_text_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_text_wordpiece_tokenizer.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_to_number_op.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_to_pil.py
|
add UTs for LinearTransformation, ToPIL, ToType
|
2020-05-22 18:04:09 -04:00 |
test_to_type.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_type_cast.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_uniform_augment.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_var_batch_map.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_vocab.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
test_zip.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
util.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |