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

Method AddNodeWithParameters

tensorflow/lite/interpreter.cc:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163TfLiteStatus Interpreter::AddNodeWithParameters(
164 const std::vector<int>& inputs, const std::vector<int>& outputs,
165 const char* init_data, size_t init_data_size, void* builtin_data,
166 const TfLiteRegistration* registration, int* node_index) {
167 return primary_subgraph().AddNodeWithParameters(
168 inputs, outputs, {}, init_data, init_data_size, builtin_data,
169 registration, node_index);
170}
171
172TfLiteStatus Interpreter::ResizeInputTensor(int tensor_index,
173 const std::vector<int>& dims) {

Callers 7

ParseNodesMethod · 0.45
TESTFunction · 0.45
MakeCopyNodeMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
MakeCancelNodeMethod · 0.45
MakeOkNodeMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
MakeCopyNodeMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
MakeCancelNodeMethod · 0.36
MakeOkNodeMethod · 0.36