Make namedtuples with identical name and field names to be considered as the same...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 6 Feb 2018 16:50:41 +0000 (08:50 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 16:54:27 +0000 (08:54 -0800)
commitef8c0863ca653f235ec2b79beaea32fe6ddee7a9
treec46a35a62aa4fa39a6307e5daabb633b8fc710a1
parent883559fbf5a86b1088bc9537adc5c8ad7cc25fe6
Make namedtuples with identical name and field names to be considered as the same shallow structure in assert_shallow_structure

PiperOrigin-RevId: 184687609
tensorflow/python/util/nest.py
tensorflow/python/util/nest_test.py