Execute a PJRT program with the given inputs and execution options.
Important: Arguments are passed by position and names are ignored.
Arguments
- executable
(
PJRTLoadedExecutable)
A PJRT program.- ...
(
PJRTBuffer)
Inputs to the program. Named are ignored and arguments are passed in order.- execution_options
(
PJRTExecuteOptions)
Optional execution options for configuring buffer donation and other settings.- simplify
(
logical(1))
IfTRUE(default), a single output is returned as aPJRTBuffer. IfFALSE, a single output is returned as alistof length 1 containing aPJRTBuffer.