Skip to contents

Execute a PJRT program with the given inputs and execution options.

Important: Arguments are passed by position and names are ignored.

Usage

pjrt_execute(executable, ..., execution_options = NULL)

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.

Value

PJRTBuffer | list of PJRTBuffers