FloatArrayTensorData

Marker interface for tensor data backed by a contiguous FloatArray. Provides direct buffer access for performance-critical backends.

Inheritors

Properties

Link copied to clipboard
abstract val buffer: FloatArray

Functions

Link copied to clipboard
open override fun copyToFloatArray(): FloatArray

Copies all tensor data to a FloatArray.