Commit 57a66ff4 authored by Patrick Wieschollek's avatar Patrick Wieschollek Committed by Yuxin Wu

use tf.AUTO_REUSE, add reuse arg to under_variable_scope and fix (#607)

* use tf.AUTO_REUSE, and fix plasma.putdata

* revert auto-reuse and add tf.AUTO_REUSE just as an option

* revert
parent ac330797
...@@ -421,5 +421,6 @@ class PlasmaGetData(ProxyDataFlow): ...@@ -421,5 +421,6 @@ class PlasmaGetData(ProxyDataFlow):
try: try:
import pyarrow.plasma as plasma import pyarrow.plasma as plasma
except ImportError: except ImportError:
from ..utils.develop import create_dummy_class
PlasmaPutData = create_dummy_class('PlasmaPutData', 'pyarrow') # noqa PlasmaPutData = create_dummy_class('PlasmaPutData', 'pyarrow') # noqa
PlasmaGetData = create_dummy_class('PlasmaGetData', 'pyarrow') # noqa PlasmaGetData = create_dummy_class('PlasmaGetData', 'pyarrow') # noqa
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment