Home
last modified time | relevance | path

Searched refs:img_id (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/cmd/x86/
Dfsp.c50 for (i = 0; i < ARRAY_SIZE(hdr->img_id); i++) in do_hdr()
51 printf("%c", hdr->img_id[i]); in do_hdr()
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_infoheader.h18 char img_id[8]; /* signature string */ member
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Dsliced_wasserstein_impl.py104 img_id = patch_id // patches_per_image
110 idx = ((img_id * height + y) * width + x) * channels + chan