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

Method SetMaxInvocations

tensorflow/lite/testing/parse_testdata.cc:334–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 explicit TestData(TestRunner* test_runner)
333 : test_runner_(test_runner), num_invocations_(0), max_invocations_(-1) {}
334 void SetMaxInvocations(int max) { max_invocations_ = max; }
335 void SetField(const std::string& name, const std::string& value) override {
336 if (name == "load_model") {
337 test_runner_->LoadModel(value);

Callers 1

ParseAndRunTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected