Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DOperation.java85 public int outputListLength(final String name) { in outputListLength() method in Operation
213 private static native int outputListLength(long handle, String name); in outputListLength() method in Operation
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DOperationTest.java140 public void outputListLength() { in outputListLength() method in OperationTest