| 407 | } |
| 408 | |
| 409 | void TfLiteDriver::SetThreshold(double relative_threshold, |
| 410 | double absolute_threshold) { |
| 411 | relative_threshold_ = relative_threshold; |
| 412 | absolute_threshold_ = absolute_threshold; |
| 413 | } |
| 414 | |
| 415 | void TfLiteDriver::SetExpectation(int id, const string& csv_values) { |
| 416 | if (!IsValid()) return; |