ModelInfo

data class ModelInfo(val hash: String? = null, val modelPath: String? = null)

Information on the local version of TF Model.

Constructors

Link copied to clipboard
fun ModelInfo(hash: String? = null, modelPath: String? = null)

Properties

Link copied to clipboard
val hash: String? = null

Hash of the file contents.

Link copied to clipboard
val modelPath: String? = null

Path to the file on the device.