Merge pull request #27018 from siju-samuel:patch-53

PiperOrigin-RevId: 248612844
This commit is contained in:
TensorFlower Gardener 2019-05-16 16:00:17 -07:00
commit 5b0521bed3

View File

@ -3616,7 +3616,7 @@ def make_neg_tests(options):
test_parameters = [{
"input_dtype": [tf.float32, tf.int32],
"input_shape": [[1, 3, 4, 3], [5]],
"input_shape": [[1, 3, 4, 3], [5], []],
}]
def build_graph(parameters):