Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dkwboot.c704 const char *ttypath, *imgpath; in main() local
716 imgpath = NULL; in main()
733 imgpath = optarg; in main()
738 imgpath = optarg; in main()
786 if (patch && !imgpath) in main()
800 if (imgpath) { in main()
803 img = kwboot_mmap_image(imgpath, &size, prot); in main()
805 perror(imgpath); in main()
813 fprintf(stderr, "%s: Invalid image.\n", imgpath); in main()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py70 def ssd_post_process(conf_data, loc_data, imgpath, output_dir='.'): argument
137 img = cv2.imread(imgpath)
143 name = imgpath.split("/")[-1][:-4]
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkfigure.py246 translator.builder.imgpath, fname + '.svg')
248 '*': path.join(translator.builder.imgpath, fname + '.svg')}
450 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
452 '*': path.join(self.builder.imgpath, fname + tmp_ext)}