FloatBufferTensorData
Marker interface for tensor data backed by a direct FloatBuffer. This enables zero-copy memory-mapped file access on the JVM.
Backends can check for this interface to use buffer-based operations instead of array-based operations.