Current section

Files

Jump to
viva_tensor include viva_tensor@runtime_RuntimePlan.hrl
Raw

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()
}).