View Source EXLA.Executable (EXLA v0.9.2)

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

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

Works across nodes.

Loads a previously dumped executable.

Link to this function

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

View Source

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

Works across nodes.