Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@runtime_RuntimePlan.hrl
-record(runtime_plan, {
spec :: viva_tensor@spec:tensor_spec(),
operation :: viva_tensor@runtime:runtime_op(),
selected :: any(),
fallbacks :: list(any()),
rejected :: list(viva_tensor@runtime:runtime_rejection(any())),
reason :: binary(),
cache_key :: binary()
}).