EXLA.Executable (EXLA v0.12.0)

Copy Markdown View Source

Wrapper around XLA's executable.

Summary

Functions

Dumps the executable to a data structure that can be serialized with term_to_binary.

Loads a previously dumped executable.

Runs the given executable with a list of lists as inputs and the given options.

Functions

callback_server_pid_size()

callback_server_pid_typespec()

dump(executable)

Dumps the executable to a data structure that can be serialized with term_to_binary.

Works across nodes.

load(client, data)

Loads a previously dumped executable.

run(executable, inputs, options \\ [])

Runs the given executable with a list of lists as inputs and the given options.

Works across nodes.