Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraphOperation.java108 public int inputListLength(final String name) { in inputListLength() method in GraphOperation
163 private static native int inputListLength(long handle, String name); in inputListLength() method in GraphOperation
DOperation.java85 int inputListLength(final String name); in inputListLength() method
DEagerOperation.java65 public int inputListLength(final String name) { in inputListLength() method in EagerOperation
165 private static native int inputListLength(long handle, String name); in inputListLength() method in EagerOperation
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DGraphOperationTest.java148 public void inputListLength() { in inputListLength() method in GraphOperationTest