Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java66 float[] labelProbabilities = executeInceptionGraph(graphDef, image); in main()
110 private static float[] executeInceptionGraph(byte[] graphDef, Tensor<Float> image) { in executeInceptionGraph() method in LabelImage