Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraph.java113 public void importGraphDef(byte[] graphDef) throws IllegalArgumentException { in importGraphDef() method in Graph
125 public void importGraphDef(byte[] graphDef, String prefix) throws IllegalArgumentException { in importGraphDef() method in Graph
454 private static native void importGraphDef(long handle, byte[] graphDef, String prefix) in importGraphDef() method in Graph