Home
last modified time | relevance | path

Searched defs:plot (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_hwc2chw.py92 def test_hwc2chw(plot=False): argument
148 def test_hwc2chw_comp(plot=False): argument
188 def test_hwc2chw_comparison2(plot=False): argument
225 def test_hwc2chw_mix(plot=False): argument
262 def test_hwc2chw_mix_compose(plot=False): argument
Dtest_slice_patches.py32 def test_slice_patches_01(plot=False): argument
41 def test_slice_patches_02(plot=False): argument
50 def test_slice_patches_03(plot=False): argument
59 def test_slice_patches_04(plot=False): argument
68 def test_slice_patches_05(plot=False): argument
77 def slice_to_patches(ori_size, num_h, num_w, pad_or_drop, fill_value=0, plot=False): argument
Dtest_equalize.py49 def test_equalize_py(plot=False): argument
106 def test_equalize_c(plot=False): argument
158 def test_equalize_py_c(plot=False): argument
235 def test_equalize_mnist_c(plot=False): argument
Dtest_cut_out.py34 def test_cut_out_op(plot=False): argument
84 def test_cut_out_op_multicut(plot=False): argument
171 def test_cut_out_comp_hwc(plot=False): argument
220 def test_cut_out_comp_chw(plot=False): argument
Dtest_autocontrast.py31 def test_auto_contrast_py(plot=False): argument
98 def test_auto_contrast_c(plot=False): argument
163 def test_auto_contrast_one_channel_c(plot=False): argument
226 def test_auto_contrast_mnist_c(plot=False): argument
Dtest_ten_crop.py32 def util_test_ten_crop(crop_size, vertical_flip=False, plot=False): argument
74 def test_ten_crop_op_square(plot=False): argument
85 def test_ten_crop_op_rectangle(plot=False): argument
96 def test_ten_crop_op_vertical_flip(plot=False): argument
Dtest_random_sharpness.py32 def test_random_sharpness_py(degrees=(0.7, 0.7), plot=False): argument
125 def test_random_sharpness_c(degrees=(1.6, 1.6), plot=False): argument
215 def test_random_sharpness_c_py(degrees=(1.0, 1.0), plot=False): argument
275 def test_random_sharpness_one_channel_c(degrees=(1.4, 1.4), plot=False): argument
Dtest_mixup_op.py34 def test_mixup_batch_success1(plot=False): argument
78 def test_mixup_batch_success2(plot=False): argument
128 def test_mixup_batch_success3(plot=False): argument
172 def test_mixup_batch_success4(plot=False): argument
Dtest_random_color_adjust.py65 …dom_color_adjust_op(brightness=(1, 1), contrast=(1, 1), saturation=(1, 1), hue=(0, 0), plot=False): argument
117 def test_random_color_adjust_op_brightness(plot=False): argument
141 def test_random_color_adjust_op_contrast(plot=False): argument
165 def test_random_color_adjust_op_saturation(plot=False): argument
188 def test_random_color_adjust_op_hue(plot=False): argument
Dtest_cutmix_batch_op.py35 def test_cut_mix_batch_specified_param_on_chw_image(plot=False): argument
78 def test_cut_mix_batch_on_hwc_image(plot=False): argument
121 def test_cut_mix_batch_on_image_folder(plot=False): argument
173 def test_cut_mix_batch_on_2d_label(plot=False): argument
Dtest_invert.py48 def test_invert_py(plot=False): argument
105 def test_invert_c(plot=False): argument
157 def test_invert_py_c(plot=False): argument
Dtest_random_posterize.py31 def test_random_posterize_op_c(plot=False, run_golden=False): argument
83 def test_random_posterize_op_fixed_point_c(plot=False, run_golden=True): argument
128 def test_random_posterize_default_c_md5(plot=False, run_golden=True): argument
Dtest_solarize.py35 def solarize(threshold, plot=False): argument
74 def test_solarize_basic(plot=False): argument
85 def test_solarize_mnist(plot=False): argument
Dtest_random_lighting.py35 def test_random_lighting_py(alpha=1, plot=False): argument
127 def test_random_lighting_c(alpha=1, plot=False): argument
182 def test_random_lighting_c_py(alpha=1, plot=False): argument
Dtest_resize.py45 def test_resize_op(plot=False): argument
52 def test_resize_op_parameters(test_name, size, interpolation, plot): argument
178 def run_test_resize_md5(test_name, size, filename, seed, expected_size, to_pil=True, plot=False): argument
213 def test_resize_md5_c(plot=False): argument
225 def test_resize_md5_py(plot=False): argument
Dtest_random_rotation.py37 def test_random_rotation_op_c(plot=False): argument
109 def test_random_rotation_op_py(plot=False): argument
239 def test_rotation_diff(plot=False): argument
Dtest_random_color.py38 def test_random_color_py(degrees=(0.1, 1.9), plot=False): argument
95 def test_random_color_c(degrees=(0.1, 1.9), plot=False, run_golden=True): argument
169 def test_compare_random_color_op(degrees=None, plot=False): argument
Dtest_pipeline_debug_mode_multi_epoch.py42 def test_pipeline_debug_mode_multi_epoch_celaba(my_debug_mode, plot=False): argument
434 def test_pipeline_debug_mode_multi_epoch_imagefolder(my_debug_mode, plot=False): argument
494 def test_pipeline_debug_mode_multi_epoch_imagefolder_shuffle(my_debug_mode, my_shuffle, plot=False): argument
556 def test_pipeline_debug_mode_multi_epoch_imagefolder_repeat(my_debug_mode, plot=False): argument
669 …line_debug_mode_multi_ep_im_batch_no_remainder(my_debug_mode, my_drop, my_num_samples, plot=False): argument
730 …e_debug_mode_multi_ep_im_batch_with_remainders(my_debug_mode, my_drop, my_num_samples, plot=False): argument
Dtest_normalizepad_op.py48 def test_normalize_pad_op_hwc(plot=False): argument
84 def test_normalize_pad_op_chw(plot=False): argument
220 def test_normalize_pad_op_1channel(plot=False): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset_deprecated/
Dtest_hwc2chw.py86 def test_hwc2chw(plot=False): argument
142 def test_hwc2chw_comp(plot=False): argument
182 def test_hwc2chw_comparison2(plot=False): argument
219 def test_hwc2chw_mix(plot=False): argument
255 def test_hwc2chw_mix_compose(plot=False): argument
Dtest_equalize.py51 def test_equalize_py(plot=False): argument
108 def test_equalize_c(plot=False): argument
160 def test_equalize_py_c(plot=False): argument
237 def test_equalize_mnist_c(plot=False): argument
Dtest_cut_out.py35 def test_cut_out_op(plot=False): argument
85 def test_cut_out_op_multicut(plot=False): argument
172 def test_cut_out_comp(plot=False): argument
/third_party/skia/m133/src/gpu/graphite/
DDrawAtlas.cpp120 inline void DrawAtlas::updatePlot(Plot* plot, AtlasLocator* atlasLocator) { in updatePlot()
138 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in addRectToPage() local
153 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in recordUploads() local
227 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addRect() local
268 Plot* plot = this->findPlot(*atlasLocator); in addToAtlas() local
276 Plot* plot = this->findPlot(locator); in prepForRender() local
291 while (Plot* plot = plotIter.get()) { in compact() local
324 while (Plot* plot = plotIter.get()) { in compact() local
359 while (Plot* plot = plotIter.get()) { in compact() local
389 while (Plot* plot = plotIter.get()) { in compact() local
[all …]
DDrawAtlas.h133 uint32_t plot = plotLocator.plotIndex(); in hasID() local
142 Plot* plot = this->findPlot(atlasLocator); in setLastUseToken() local
154 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk() local
187 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU()
206 void internalSetLastUseToken(Plot* plot, uint32_t pageIdx, AtlasToken token) { in internalSetLastUseToken()
216 inline void processEvictionAndResetRects(Plot* plot) { in processEvictionAndResetRects()
/third_party/skia/m133/src/gpu/ganesh/
DGrDrawOpAtlas.cpp166 Plot* plot) { in uploadPlotToTexture()
182 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
218 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage() local
263 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() local
298 Plot* plot = nullptr; in addToAtlas() local
357 while (Plot* plot = plotIter.get()) { in compactRadicals() local
397 while (Plot* plot = plotIter.get()) { in compact() local
430 while (Plot* plot = plotIter.get()) { in compact() local
466 while (Plot* plot = plotIter.get()) { in compact() local
496 while (Plot* plot = plotIter.get()) { in compact() local

12345