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

Method ResizeInputTensor

tensorflow/lite/interpreter.cc:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172TfLiteStatus Interpreter::ResizeInputTensor(int tensor_index,
173 const std::vector<int>& dims) {
174 return primary_subgraph().ResizeInputTensor(tensor_index, dims);
175}
176
177TfLiteStatus Interpreter::Invoke() {
178 TF_LITE_ENSURE_STATUS(primary_subgraph().Invoke());

Callers 5

TESTFunction · 0.45
MakeCopyNodeMethod · 0.45
TEST_FFunction · 0.45
MakeCancelNodeMethod · 0.45
MakeOkNodeMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
MakeCopyNodeMethod · 0.36
TEST_FFunction · 0.36
MakeCancelNodeMethod · 0.36
MakeOkNodeMethod · 0.36