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

Method SetNumThreads

tensorflow/lite/kernels/test_util.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void SetNumThreads(int num_threads) {
354 CHECK(interpreter_ != nullptr);
355 interpreter_->SetNumThreads(num_threads);
356 }
357
358 void SetResolver(std::unique_ptr<OpResolver> resolver) {
359 resolver_ = std::move(resolver);

Callers 11

InitMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
BatchPaddingValidTestFunction · 0.45
BatchPaddingSameTestFunction · 0.45
TEST_PFunction · 0.45
RunInferenceFunction · 0.45
TfLiteInterpreterCreateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected