fix hanging indentation
This commit is contained in:
parent
5b587208fa
commit
e5fe4ccdf9
@ -136,9 +136,7 @@ class ExtractImagePatchesGradTest(test.TestCase):
|
|||||||
in_shape = test_case['in_shape']
|
in_shape = test_case['in_shape']
|
||||||
test_shape = [x if x is None else y
|
test_shape = [x if x is None else y
|
||||||
for x, y in zip(test_shape_pattern, in_shape)]
|
for x, y in zip(test_shape_pattern, in_shape)]
|
||||||
in_val = array_ops.placeholder(
|
in_val = array_ops.placeholder(shape=test_shape, dtype=dtypes.float32)
|
||||||
shape=test_shape,
|
|
||||||
dtype=dtypes.float32)
|
|
||||||
|
|
||||||
feed_dict = {in_val: np.random.random(in_shape)}
|
feed_dict = {in_val: np.random.random(in_shape)}
|
||||||
for padding in ['VALID', 'SAME']:
|
for padding in ['VALID', 'SAME']:
|
||||||
|
Loading…
Reference in New Issue
Block a user