@@ -107,8 +107,8 @@ public void testTf2()
107
107
testTf2 ("tf2n.py" , "func2" , 1 , 1 , 2 );
108
108
testTf2 ("tf2n2.py" , "func2" , 1 , 1 , 2 );
109
109
testTf2 ("tf2n3.py" , "func2" , 1 , 1 , 2 );
110
- testTf2 ("tf2o.py" , "add" , 2 , 2 , 2 , 3 );
111
- testTf2 ("tf2o2.py" , "add" , 2 , 2 , 2 , 3 );
110
+ testTf2 ("tf2o.py" , "add" , 2 , 3 , 2 , 3 );
111
+ testTf2 ("tf2o2.py" , "add" , 2 , 3 , 2 , 3 );
112
112
testTf2 ("tf2p.py" , "value_index" , 2 , 2 , 2 , 3 );
113
113
testTf2 ("tf2p2.py" , "value_index" , 2 , 2 , 2 , 3 );
114
114
testTf2 ("tf2q.py" , "add" , 2 , 2 , 2 , 3 );
@@ -245,12 +245,18 @@ public void testTf2()
245
245
3 ); // NOTE: Change to 2 tensor parameters and 5 tensor variables once
246
246
// https://github.com/wala/ML/issues/127 is fixed. Values 2 and 3 will correspond to the
247
247
// tensor parameters.
248
- testTf2 ("autoencoder.py" , "encoder" , 1 , 10 , 2 );
249
- testTf2 ("autoencoder.py" , "mean_square" , 1 , 1 , 3 );
250
- testTf2 ("autoencoder.py" , "run_optimization" , 1 , 1 , 2 );
251
- testTf2 ("autoencoder.py" , "decoder" , 1 , 8 , 2 );
248
+ testTf2 ("autoencoder.py" , "encoder" , 1 , 18 , 2 );
249
+ testTf2 ("autoencoder.py" , "mean_square" , 2 , 2 , 2 , 3 );
250
+ testTf2 ("autoencoder.py" , "run_optimization" , 1 , 3 , 2 );
251
+ testTf2 ("autoencoder.py" , "decoder" , 1 , 18 , 2 );
252
252
testTf2 ("tf2_test_sigmoid.py" , "f" , 1 , 1 , 2 );
253
253
testTf2 ("tf2_test_sigmoid2.py" , "f" , 1 , 1 , 2 );
254
+ testTf2 ("tf2_test_add.py" , "f" , 1 , 1 , 2 );
255
+ testTf2 ("tf2_test_add2.py" , "f" , 1 , 1 , 2 );
256
+ testTf2 ("tf2_test_add3.py" , "f" , 1 , 1 , 2 );
257
+ testTf2 ("tf2_test_add4.py" , "f" , 1 , 1 , 2 );
258
+ testTf2 ("tf2_test_add5.py" , "f" , 1 , 1 , 2 );
259
+ testTf2 ("tf2_test_add6.py" , "f" , 1 , 1 , 2 );
254
260
}
255
261
256
262
private void testTf2 (
0 commit comments