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

Method SetInputs

tensorflow/lite/interpreter.cc:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130TfLiteStatus Interpreter::SetInputs(std::vector<int> inputs) {
131 return primary_subgraph().SetInputs(inputs);
132}
133
134TfLiteStatus Interpreter::SetOutputs(std::vector<int> outputs) {
135 return primary_subgraph().SetOutputs(outputs);

Callers 6

operator()Method · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36