inferenceTimeLabel method

  1. @override
String inferenceTimeLabel(
  1. int timeValue
)
override

No description provided for @inferenceTimeLabel.

In en, this message translates to: 'Time: {timeValue} ms'

Implementation

@override
String inferenceTimeLabel(int timeValue) {
  return 'Time: $timeValue ms';
}