Initialize fetchTensors to fix NullPointerException (#13425)
closeFetches() needs fetchTensors to not be null. fetchTensors is initialized by run() and the first thing run() does is call closeFetches().
Loading
Please sign in to comment
closeFetches() needs fetchTensors to not be null. fetchTensors is initialized by run() and the first thing run() does is call closeFetches().