We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df8fd commit a05d7f8Copy full SHA for a05d7f8
test/legacy_test/test_logaddexp.py
@@ -92,7 +92,7 @@ def api_case(self):
92
self.y = np.random.uniform(-1, 1, self.yshape).astype(self.dtype)
93
out_ref = ref_logaddexp(self.x, self.y)
94
95
- # paddle.disable_static(self.place)
+ paddle.disable_static(self.place)
96
x = paddle.to_tensor(self.x)
97
y = paddle.to_tensor(self.y)
98
x.stop_gradient = False
0 commit comments