Add nested support for `assertAllClose()` so `a` and `b` can be arbitrarily nested of
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 24 Jan 2018 02:49:09 +0000 (18:49 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 24 Jan 2018 02:53:51 +0000 (18:53 -0800)
commit31301635e25a3e7bbac32c8527ceb60060c2264f
tree7c9544e0bcc56ccf933a4566ebddc7d67d4087dd
parent93307b6ea9d94a6d69783a9afad51dbe11788d41
Add nested support for `assertAllClose()` so `a` and `b` can be arbitrarily nested of
a numpy array, tuple, list, namedtuple or anything can be converted to a numpy array.

PiperOrigin-RevId: 183027752
tensorflow/python/framework/test_util.py
tensorflow/python/framework/test_util_test.py