Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java37 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runUsingOperationNames()
38 new TestUtil.AutoCloseableList<Tensor<?>>(s.runner().feed("X", x).fetch("Y").run())) { in runUsingOperationNames()
54 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runUsingOperationHandles()
55 … new TestUtil.AutoCloseableList<Tensor<?>>(s.runner().feed(feed, x).fetch(fetch).run())) { in runUsingOperationHandles()
113 …TestUtil.AutoCloseableList<Tensor<?>> outputs = new TestUtil.AutoCloseableList<Tensor<?>>(result.o… in runWithMetadata()
136 TestUtil.AutoCloseableList<Tensor<?>> outputs = in runMultipleOutputs()
137 new TestUtil.AutoCloseableList<Tensor<?>>(s.runner().fetch("c2").fetch("c1").run()); in runMultipleOutputs()
DGraphTest.java157 TestUtil.AutoCloseableList<Tensor<?>> outputs = new TestUtil.AutoCloseableList<>( in addGradientsToGraph()
350 TestUtil.AutoCloseableList<Tensor<?>> outputs = in buildWhileLoopMultipleInputs()
351 new TestUtil.AutoCloseableList<>( in buildWhileLoopMultipleInputs()
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
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DGradientsTest.java54 TestUtil.AutoCloseableList<Tensor<?>> outputs = in createGradients()
55 new TestUtil.AutoCloseableList<>( in createGradients()
81 TestUtil.AutoCloseableList<Tensor<?>> outputs = in createGradientsWithSum()
82 new TestUtil.AutoCloseableList<>(sess.runner().feed(x, c).fetch(grads.dy(0)).run())) { in createGradientsWithSum()
107 TestUtil.AutoCloseableList<Tensor<?>> outputs = in createGradientsWithInitialValues()
108 new TestUtil.AutoCloseableList<>( in createGradientsWithInitialValues()