Tf Models Update Checkpoint
data class TfModelsUpdateCheckpoint(val fingerModelReport: TfModelUpdateReport? = null, val handModelReport: TfModelUpdateReport? = null) : Event
Content copied to clipboard
Event data class used to inform about the presence/absence of errors in the loading of TensorFlow neural models.
Constructors
Link copied to clipboard
fun TfModelsUpdateCheckpoint(fingerModelReport: TfModelUpdateReport? = null, handModelReport: TfModelUpdateReport? = null)
Content copied to clipboard