Use a more advanced py_func wrapper, one that allows non-tensor args to be passed...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 13 Feb 2018 21:56:24 +0000 (13:56 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 13 Feb 2018 22:02:35 +0000 (14:02 -0800)
commitfcb7d92f70cfbbbea0c7ac11346b369fe5e6bd0c
tree02b55d882bf1eb1efbaa69f6a69cb2d9981e8c50
parent435a71ef386c7b61cd0bef814f7ac63f0b68b028
Use a more advanced py_func wrapper, one that allows non-tensor args to be passed directly to the wrapped function.

PiperOrigin-RevId: 185583023
tensorflow/contrib/py2tf/converters/call_trees.py
tensorflow/contrib/py2tf/converters/call_trees_test.py
tensorflow/contrib/py2tf/utils/BUILD
tensorflow/contrib/py2tf/utils/__init__.py
tensorflow/contrib/py2tf/utils/py_func.py [new file with mode: 0644]
tensorflow/contrib/py2tf/utils/py_func_test.py [new file with mode: 0644]