ModelHandle

interface ModelHandle(source)

Properties

Link copied to clipboard
Link copied to clipboard
abstract val isReady: Boolean

Returns true when weights and runtime are fully initialized and executable.

Link copied to clipboard
abstract val scope: CoroutineScope
Link copied to clipboard
abstract val status: StateFlow<ModelLoadState>