pub static EXTENSION_OPS: &[AtomicOpDecl]Expand description
Non-primitive ops the CpuBackend backs with ndarray kernels.
Surfaces via BackendRuntime::extension_opsets() so the
install-time check classifies them correctly (they’re NOT in
the primitive floor; users who bind a different backend may
not get them).