Package-level declarations
Types
Link copied to clipboard
Audio dimension information.
Link copied to clipboard
Memory layout for audio sample data.
Link copied to clipboard
Color space for image data.
Link copied to clipboard
data class ImageDimensions(val width: Int, val height: Int, val channels: Int, val batchSize: Int = 1)
Image dimension information.
Link copied to clipboard
Memory layout for image tensor data.
Functions
Link copied to clipboard
Extension to extract audio dimensions from a shape given a layout.
Link copied to clipboard
Extension to extract image dimensions from a shape given a layout.
Link copied to clipboard
Extension to check if a tensor shape is compatible with an audio layout.
Link copied to clipboard
Extension to check if a tensor shape is compatible with an image layout.