Commit 2491c2c5 authored by Igor Babuschkin's avatar Igor Babuschkin Committed by Vijay Vasudevan
Browse files

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
parent 7644b3dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment