parseMetadata

abstract suspend fun parseMetadata(filePath: String): ModelMetadata(source)

Parse model metadata from the given file path.

This loads only metadata without loading actual tensor data, enabling quick inspection of model files.

Return

Metadata about the parsing result

Parameters

filePath

Path to the model file