MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetThreshold

Method SetThreshold

tensorflow/lite/testing/tflite_driver.cc:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64