Searched refs:executeInceptionGraph (Results 1 – 1 of 1) sorted by relevance
66 float[] labelProbabilities = executeInceptionGraph(graphDef, image); in main()110 private static float[] executeInceptionGraph(byte[] graphDef, Tensor<Float> image) { in executeInceptionGraph() method in LabelImage