Refine test_reshape_op

helinwang-patch-1
guosheng 7 years ago
parent 4bfbc59122
commit 09743b6117

@ -140,8 +140,8 @@ class TestReshapeOpWithInputShape(OpTest):
def test_check_output(self):
self.check_output()
# def test_check_grad(self):
# self.check_grad(["X"], "Out")
def test_check_grad(self):
self.check_grad(["X"], "Out")
if __name__ == "__main__":

Loading…
Cancel
Save