Skip to main content

Module backend

Module backend 

Source

Traits§

BackendCachedDot
Backend-owned cached dot-general operations.
BackendRuntimeCache
Runtime cache associated with a backend.
BackendSession
Execution session surface for dense tensor backends.
BackendSessionHost
Backend execution-session entry points.
SessionCachedDot
Session-scoped cached dot-general operations.
TensorAnalytic
Analytic unary and binary tensor operations.
TensorBackend
Standard runtime backend over dynamic Tensor values.
TensorBuffer
Backend buffer lifecycle operations.
TensorDeviceTransfer
Device transfer operations on backend boundaries.
TensorDot
Dot-general operations.
TensorElementwise
Elementwise tensor operations.
TensorFusion
Optional elementwise fusion execution.
TensorIndexing
Indexing, slicing, and padding operations.
TensorReduction
Reduction operations.
TensorStructural
Shape, layout, and dtype transformation operations.
TensorViewCanonicalization
Backend-owned canonicalization for typed tensor views.

Functions§

default_backend_session
Run a closure using the backend itself as a default execution session.