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