Package-level declarations
Types
Link copied to clipboard
Hardware accelerator used for LiteRT inference.
Link copied to clipboard
data class LiteRTBufferRequirements(val supportedTypes: List<LiteRTTensorBufferType>, val bufferSize: Int, val strides: List<Int>)
Describes the memory requirements for creating a tensor buffer.
Link copied to clipboard
Compiles and executes a LiteRT model.
Link copied to clipboard
Supported tensor element types.
Link copied to clipboard
Describes the layout of a tensor.
Link copied to clipboard
Represents the underlying storage type used by a tensor buffer.
Link copied to clipboard
Describes the type information of a tensor.