Utilities for type checking and multiple dispatch.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 7 Feb 2018 15:16:17 +0000 (07:16 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 7 Feb 2018 15:20:07 +0000 (07:20 -0800)
commit7edb75615655b112f31228f5746224cec08cc450
tree9c90b75331ef29acdd4a6f991ada614cdb7944e6
parent0255d9a9ca66d233ca4befcceff5d6e70b16d0e0
Utilities for type checking and multiple dispatch.

PiperOrigin-RevId: 184834434
tensorflow/contrib/py2tf/utils/BUILD
tensorflow/contrib/py2tf/utils/__init__.py
tensorflow/contrib/py2tf/utils/multiple_dispatch.py [new file with mode: 0644]
tensorflow/contrib/py2tf/utils/multiple_dispatch_test.py [new file with mode: 0644]
tensorflow/contrib/py2tf/utils/type_check.py [new file with mode: 0644]
tensorflow/contrib/py2tf/utils/type_check_test.py [new file with mode: 0644]