Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java63 byte[] imageBytes = readAllBytesOrExit(Paths.get(imageFile)); in main()
65 try (Tensor<Float> image = constructAndExecuteGraphToNormalizeImage(imageBytes)) { in main()
75 private static Tensor<Float> constructAndExecuteGraphToNormalizeImage(byte[] imageBytes) { in constructAndExecuteGraphToNormalizeImage() argument
92 final Output<String> input = b.constant("input", imageBytes); in constructAndExecuteGraphToNormalizeImage()