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

Method SetOutputs

tensorflow/lite/interpreter.cc:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134TfLiteStatus Interpreter::SetOutputs(std::vector<int> outputs) {
135 return primary_subgraph().SetOutputs(outputs);
136}
137
138TfLiteStatus Interpreter::SetVariables(std::vector<int> variables) {
139 return primary_subgraph().SetVariables(variables);

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