Skip to main content
Version: 0.2.4

Interface: ModelResultMetrics

MobileModelModule.ModelResultMetrics

Properties

inferenceTime

inferenceTime: number

The model inference time in milliseconds.


packTime

packTime: number

The pack time in milliseconds.


totalTime

totalTime: number

The pack time, model inference time, and unpack time in milliseconds.


unpackTime

unpackTime: number

The unpack time in milliseconds.