Home
last modified time | relevance | path

Searched defs:get_image (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/acloud/internal/lib/
H A Dota_tools.py132 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument
181 def BuildSuperImage(self, output_path, misc_info_path, get_image): argument
224 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument
255 def MkCombinedImg(self, output_path, system_qemu_config_path, get_image): argument
/aosp_15_r20/external/mesa3d/src/gallium/include/frontend/
H A Ddrisw_api.h15 void (*get_image) (struct dri_drawable *dri_drawable, member
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dconvert_image_to_csv.py44 def get_image(width, height, want_grayscale, filepath): function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c452 get_image(struct dri_drawable *drawable, int x, int y, int width, int height, void *data) in get_image() function
H A Ddrisw.c104 get_image(struct dri_drawable *drawable, int x, int y, int width, int height, void *data) in get_image() function
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py328 def get_image(self, rel_path: str, size: Tuple[int, int]) -> Tensor: member in TestONNXRuntime