Searched refs:imageBytes (Results 1 – 1 of 1) sorted by relevance
63 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() argument92 final Output<String> input = b.constant("input", imageBytes); in constructAndExecuteGraphToNormalizeImage()