Searched refs:get_image (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/ |
D | convert_image_to_csv_test.py | 39 _ = convert_image_to_csv.get_image(64, 96, False, image_path) 43 image_data = convert_image_to_csv.get_image(64, 96, False, image_path) 48 image_data = convert_image_to_csv.get_image(40, 20, True, image_path) 53 image_data = convert_image_to_csv.get_image(10, 10, False, image_path) 58 image_data = convert_image_to_csv.get_image(23, 19, False, image_path) 63 image_data = convert_image_to_csv.get_image(47, 31, False, image_path) 69 image_data = convert_image_to_csv.get_image(27, 33, True, image_path)
|
D | convert_image_to_csv.py | 41 def get_image(width, height, want_grayscale, filepath): function 102 image_data = get_image(args.width, args.height, args.want_grayscale,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-1.ll | 33 br i1 undef, label %bb5.i, label %get_image.exit 38 get_image.exit: ; preds = %bb4.i 41 bb27: ; preds = %get_image.exit 50 bb28: ; preds = %get_image.exit
|
/external/llvm/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-1.ll | 33 br i1 undef, label %bb5.i, label %get_image.exit 38 get_image.exit: ; preds = %bb4.i 41 bb27: ; preds = %get_image.exit 50 bb28: ; preds = %get_image.exit
|
/external/mesa3d/src/gallium/include/frontend/ |
D | drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function 430 get_image(dPriv, x, y, w, h, map); in drisw_update_tex_buffer() 484 .get_image = drisw_get_image, 490 .get_image = drisw_get_image,
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 195 …dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->heig… in dri_sw_displaytarget_map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | vec_demanded_elts.ll | 21 define void @get_image() nounwind { 22 ; CHECK-LABEL: @get_image(
|
/external/llvm/test/Transforms/InstCombine/ |
D | vec_demanded_elts.ll | 88 define void @get_image() nounwind { 89 ; CHECK-LABEL: @get_image(
|
/external/tensorflow/tensorflow/lite/testing/model_coverage/ |
D | model_coverage_lib.py | 63 def get_image(size): function
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 242 .get_image = lvp_get_image,
|