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.java114 public void importGraphDef(byte[] graphDef) throws IllegalArgumentException { in importGraphDef() method in Graph
126 public void importGraphDef(byte[] graphDef, String prefix) throws IllegalArgumentException { in importGraphDef() method in Graph
455 private static native void importGraphDef(long handle, byte[] graphDef, String prefix) in importGraphDef() method in Graph