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.java113 public void importGraphDef(byte[] graphDef) throws IllegalArgumentException { in importGraphDef()
125 public void importGraphDef(byte[] graphDef, String prefix) throws IllegalArgumentException { in importGraphDef()
454 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/contrib/android/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java551 private void loadGraph(byte[] graphDef, Graph g) throws IOException { in loadGraph()