Searched defs:graphDef (Results 1 – 3 of 3) sorted by relevance
113 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()
110 private static float[] executeInceptionGraph(byte[] graphDef, Tensor<Float> image) { in executeInceptionGraph()
551 private void loadGraph(byte[] graphDef, Graph g) throws IOException { in loadGraph()