GenerationProfile constructor

GenerationProfile(
  1. double ttftMs,
  2. double decodingSpeed
)

Implementation

GenerationProfile(this.ttftMs, this.decodingSpeed);