Change xla::ExecuteWithDeviceBuffers() to take a pointer, not a unique_ptr(),...
Change xla::ExecuteWithDeviceBuffers() to take a pointer, not a unique_ptr(), to allow re-use of Executable. This is to allow the XLA executable to be used multiple times without recompiling or marshalling/unmarshalling. PiperOrigin-RevId: 233823805
Loading
Please sign in to comment