Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTestUtil.java25 public static final class AutoCloseableList<E extends AutoCloseable> extends ArrayList<E> class in TestUtil
27 public AutoCloseableList(Collection<? extends E> c) { in AutoCloseableList() method in TestUtil.AutoCloseableList