MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/lite/model.cc:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527TfLiteStatus InterpreterBuilder::operator()(
528 std::unique_ptr<Interpreter>* interpreter) {
529 return operator()(interpreter, /*num_threads=*/-1);
530}
531
532TfLiteStatus InterpreterBuilder::operator()(
533 std::unique_ptr<Interpreter>* interpreter, int num_threads) {

Callers

nothing calls this directly

Calls 15

AddSubgraphsMethod · 0.80
subgraphMethod · 0.80
tensorsMethod · 0.80
ReportMethod · 0.45
resetMethod · 0.45
versionMethod · 0.45
sizeMethod · 0.45
SetNumThreadsMethod · 0.45
LengthMethod · 0.45
operatorsMethod · 0.45
AddTensorsMethod · 0.45

Tested by

no test coverage detected