You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-3920: [plasma] Fix reference counting in custom tensorflow plasma operator.
There is an issue here where `Release` was never being called in the plasma TF operator.
Note that I also changed the release delay in the plasma operator to 0.
Author: Robert Nishihara <robertnishihara@gmail.com>
Author: Philipp Moritz <pcmoritz@gmail.com>
Closesapache#3061 from robertnishihara/extrareleaseinplasmaop and squashes the following commits:
c109566 <Philipp Moritz> add include guards
f89d5df <Philipp Moritz> lint
4836342 <Philipp Moritz> unregister memory
e3b3864 <Robert Nishihara> Linting
b948ce0 <Robert Nishihara> Add test.
75f2bd9 <Robert Nishihara> Remove logging statement.
f04a7d2 <Robert Nishihara> Fix
574c035 <Robert Nishihara> Fix ndarray/tensor confusion in plasma op.
06985cd <Robert Nishihara> Have plasma op deserialize as numpy array.
a2a9c36 <Robert Nishihara> Add release call into wrapped_callback.
0db9154 <Robert Nishihara> Change release delay to 0.
f434094 <Robert Nishihara> Add Release call in plasma op.
0 commit comments