Home
last modified time | relevance | path

Searched refs:get_image (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/
Dconvert_image_to_csv_test.py39 _ = 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)
Dconvert_image_to_csv.py41 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/
Dcross-rc-coalescing-1.ll33 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/
Dcross-rc-coalescing-1.ll33 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/
Ddrisw_api.h15 void (*get_image) (struct dri_drawable *dri_drawable, member
/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c100 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/
Ddri_sw_winsys.c195 …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/
Dvec_demanded_elts.ll21 define void @get_image() nounwind {
22 ; CHECK-LABEL: @get_image(
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll88 define void @get_image() nounwind {
89 ; CHECK-LABEL: @get_image(
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py63 def get_image(size): function
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c242 .get_image = lvp_get_image,