Skip to content

Commit

Permalink
调整代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
BrilliantYuKaimin committed Mar 28, 2022
1 parent 1d07d18 commit 36448fe
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -66,8 +66,8 @@ def setUp(self):

self.attrs = {'axis': 1}
self.outputs = {
'Out':np.heaviside(self.inputs['X'], self.inputs['Y'].reshape(
1, 100, 1))
'Out': np.heaviside(self.inputs['X'],
self.inputs['Y'].reshape(1, 100, 1))
}


Expand All @@ -93,8 +93,8 @@ def setUp(self):

self.attrs = {'axis': 1}
self.outputs = {
'Out':
np.heaviside(self.inputs['X'], self.inputs['Y'].reshape(1, 50, 2, 1))
'Out': np.heaviside(self.inputs['X'],
self.inputs['Y'].reshape(1, 50, 2, 1))
}


Expand Down

0 comments on commit 36448fe

Please sign in to comment.