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_TensorBackendPlan.hrl
-record(tensor_backend_plan, {
operation :: viva_tensor:tensor_operation(),
selected :: viva_tensor:tensor_backend(),
fallbacks :: list(viva_tensor:tensor_backend()),
rejected :: list(viva_tensor:backend_rejection()),
reason :: binary()
}).