Searched refs:transpose_A_times_X (Results 1 – 3 of 3) sorted by relevance
35 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()
100 public static void transpose_A_times_X(Graph g, int[][] a) { in transpose_A_times_X() method in TestUtil
38 TestUtil.transpose_A_times_X(g, new int[2][2]); in graphDefRoundTrip()