Remove private Operation._input_dtypes alias.
authorSkye Wanderman-Milne <skyewm@google.com>
Tue, 16 Jan 2018 19:35:51 +0000 (11:35 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 16 Jan 2018 19:39:39 +0000 (11:39 -0800)
commitb15e04609c197259bf82769d49c882aaef07965f
tree1bd9cb3d3a6d8c60f65f00b66f5e975eccf55157
parent6fcfab770c2672e2250e0f5686b9545d99eb7b2b
Remove private Operation._input_dtypes alias.

This isn't necessary for anything, but it limits the surface area of
private API abuse.

PiperOrigin-RevId: 182086883
tensorflow/python/framework/importer.py
tensorflow/python/framework/importer_test.py
tensorflow/python/framework/ops.py