Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dchecksum-icc.c19 read_one_file(FILE *ip, const char *name) in read_one_file() function
78 if (ip == NULL || !read_one_file(ip, argv[i])) in main()
92 if (!read_one_file(stdin, "-")) in main()
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py218 def read_one_file(filename): function
222 self._impl = filenames.flat_map(read_one_file)
225 filenames, read_one_file, cycle_length=num_parallel_reads,
/external/libpng/contrib/libtests/
Dpngstest.c3052 read_one_file(Image *image) in read_one_file() function
3456 result = read_one_file(&image); in test_one_file()