LiteRTBufferRequirements
data class LiteRTBufferRequirements(val supportedTypes: List<LiteRTTensorBufferType>, val bufferSize: Int, val strides: List<Int>)
Describes the memory requirements for creating a tensor buffer.
This information is provided by the runtime and can be used to allocate a compatible buffer for model inputs or outputs.