internal

val internal: Boolean = false(source)

Parameters

internal

Marks the backend as internal-only — a shape/dtype sentinel, test double, or profiling stub that should never appear in user-facing docs or coverage matrices. VoidTensorOps is the canonical example: it exists so the KMP build and shape propagation work without a real compute backend, but it has no runtime on any target.