Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java60 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