Adding TensorSpec to represent the specification of Tensors.
authorSergio Guadarrama <sguada@google.com>
Mon, 5 Feb 2018 23:16:29 +0000 (15:16 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 5 Feb 2018 23:23:19 +0000 (15:23 -0800)
commit2074a568810ea20c267e9d063a066b81ad491eed
tree9073b84032be15cc7724acc43439bbfba70e6374
parentc8674c8a755525fb87073c0ac74dd21267a7f22f
Adding TensorSpec to represent the specification of Tensors.

PiperOrigin-RevId: 184594856
tensorflow/contrib/framework/__init__.py
tensorflow/python/BUILD
tensorflow/python/framework/tensor_spec.py [new file with mode: 0644]
tensorflow/python/framework/tensor_spec_test.py [new file with mode: 0644]