Searched refs:readAllBytesOrExit (Results 1 – 1 of 1) sorted by relevance
60 byte[] graphDef = readAllBytesOrExit(Paths.get(modelDir, "tensorflow_inception_graph.pb")); in main()63 byte[] imageBytes = readAllBytesOrExit(Paths.get(imageFile)); in main()140 private static byte[] readAllBytesOrExit(Path path) { in readAllBytesOrExit() method in LabelImage