Home
last modified time | relevance | path

Searched refs:transpose_A_times_X (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java35 TestUtil.transpose_A_times_X(g, new int[][] {{2}, {3}}); in runUsingOperationNames()
50 TestUtil.transpose_A_times_X(g, new int[][] {{2}, {3}}); in runUsingOperationHandles()
104 TestUtil.transpose_A_times_X(g, new int[][] {{2}, {3}}); in runWithMetadata()
DTestUtil.java100 public static void transpose_A_times_X(Graph g, int[][] a) { in transpose_A_times_X() method in TestUtil
DGraphTest.java38 TestUtil.transpose_A_times_X(g, new int[2][2]); in graphDefRoundTrip()