Home
last modified time | relevance | path

Searched defs:graphDef (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraph.java114 public void importGraphDef(byte[] graphDef) throws IllegalArgumentException { in importGraphDef()
126 public void importGraphDef(byte[] graphDef, String prefix) throws IllegalArgumentException { in importGraphDef()
455 private static native void importGraphDef(long handle, byte[] graphDef, String prefix) in importGraphDef()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java110 private static float[] executeInceptionGraph(byte[] graphDef, Tensor<Float> image) { in executeInceptionGraph()
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java552 private void loadGraph(byte[] graphDef, Graph g) throws IOException { in loadGraph()