Searched defs:get_image (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | ota_tools.py | 132 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 D | drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/ |
H A D | convert_image_to_csv.py | 44 def get_image(width, height, want_grayscale, filepath): function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 452 get_image(struct dri_drawable *drawable, int x, int y, int width, int height, void *data) in get_image() function
|
H A D | drisw.c | 104 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 D | test_pytorch_onnx_onnxruntime.py | 328 def get_image(self, rel_path: str, size: Tuple[int, int]) -> Tensor: member in TestONNXRuntime
|