Home
last modified time | relevance | path

Searched refs:imgs (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/gm/
Dencode.cpp64 static sk_sp<SkImage> imgs[8];
65 if (!imgs[0]) {
71 imgs[i] = SkImage::MakeFromEncoded(data, nullptr);
76 SkImage* img = imgs[i].get();
/third_party/skia/gm/
Dencode.cpp64 static sk_sp<SkImage> imgs[8];
65 if (!imgs[0]) {
71 imgs[i] = SkImage::MakeFromEncoded(data, nullptr);
76 SkImage* img = imgs[i].get();
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dutils.py87 imgs = Image.new('L', (size*col, size*row))
95 imgs.paste(im, (int(j) * size, (i % 8) * size))
96 imgs.save(name)
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go37 imgs = flag.String("imgs", "", "Shorthand `directory` contents as 'imgs'.")
152 "img": walk(*imgs, imgExts),
440 imgs := shorthands["imgs"]
456 imgs = filter(imgs, func(s string) bool { return !rawExts[normalizedExt(s)] })
470 run(imgs, F{})
488 run(imgs, F{
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c608 VkDescriptorImageInfo *imgs = &update->images[img_count]; in vn_update_descriptor_sets_parse_writes() local
616 memcpy(imgs, write->pImageInfo, in vn_update_descriptor_sets_parse_writes()
617 sizeof(*imgs) * write->descriptorCount); in vn_update_descriptor_sets_parse_writes()
623 imgs[j].imageView = VK_NULL_HANDLE; in vn_update_descriptor_sets_parse_writes()
627 imgs[j].sampler = VK_NULL_HANDLE; in vn_update_descriptor_sets_parse_writes()
632 imgs[j].sampler = VK_NULL_HANDLE; in vn_update_descriptor_sets_parse_writes()
639 write->pImageInfo = imgs; in vn_update_descriptor_sets_parse_writes()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_HWC2CHW.py47 imgs = [img, img]
48 _ = c_vision.HWC2CHW()(*imgs)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/
Dlicense-checker.cfg18 "docs/imgs/*.svg",
/third_party/skia/bench/
DImageCacheBudgetBench.cpp29 static void make_images(sk_sp<SkImage> imgs[], int cnt) { in make_images() argument
31 imgs[i] = ToolUtils::create_checkerboard_image(kS, kS, SK_ColorBLACK, SK_ColorCYAN, 10); in make_images()
/third_party/flutter/skia/bench/
DImageCacheBudgetBench.cpp28 static void make_images(sk_sp<SkImage> imgs[], int cnt) { in make_images() argument
32 imgs[i] = SkImage::MakeFromBitmap(bmp); in make_images()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dimage_folder_op.cc159 std::set<std::string> imgs; // use this for ordering in PrescanWorkerEntry() local
163 (void)imgs.insert(file.ToString().substr(dirname_offset_)); in PrescanWorkerEntry()
171 for (const std::string &img : imgs) { in PrescanWorkerEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/
Dscheduler.md103 ![flowchart](imgs/worker_run.svg)
124 ![flowchart](imgs/worker_rununtilidle.svg)
141 ![flowchart](imgs/worker_waitforwork.svg)
163 ![flowchart](imgs/worker_spinforwork.svg)
177 ![flowchart](imgs/worker_suspend.svg)
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo_dataset.py65 self.img_ids = list(sorted(self.coco.imgs.keys()))
Dtransforms.py482 def __call__(self, imgs, annos, x1, x2, x3, x4, x5, x6, batchInfo): argument
503 for img, anno in zip(imgs, annos):
/third_party/flutter/flutter/
DCODE_OF_CONDUCT.md46 …." "Why?" "You're one of today's lucky 10,000." (xkcd, May 2012)](https://imgs.xkcd.com/comics/ten…
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Dutil.py76 res_dict.update({coco.imgs[id_i]['file_name']: cocoEval.stats[1]})
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4503 - zink: use VkSubresourceLayout::depthPitch as layer_stride when mapping 3D imgs