Searched refs:imgpath (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/datasets/ |
D | fashion_mnist.py | 57 with gzip.open(paths[1], 'rb') as imgpath: 59 imgpath.read(), np.uint8, offset=16).reshape(len(y_train), 28, 28) 64 with gzip.open(paths[3], 'rb') as imgpath: 66 imgpath.read(), np.uint8, offset=16).reshape(len(y_test), 28, 28)
|
/external/u-boot/tools/ |
D | kwboot.c | 704 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()
|