Make sure that concat complains about concat_dim < 0 (#2871)
* Make sure that concat complains about concat_dim < 0 Currently tf.concat already checks whether concat_dim is too large for the provided arguments at graph construction, but it should also make sure that its >= 0. This fixes #2868. * Address comments * Fix indentation in concat op tests
Loading
Please sign in to comment