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

Function UseDynamicOutputTensors

tensorflow/lite/kernels/split_v.cc:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42TfLiteStatus UseDynamicOutputTensors(TfLiteContext* context, TfLiteNode* node) {
43 for (int i = 0; i < NumOutputs(node); ++i) {
44 SetTensorToDynamic(GetOutput(context, node, i));
45 }
46 return kTfLiteOk;
47}
48
49template <typename T>
50void GetSizeSplitsVector(const TfLiteTensor* size_splits,

Callers 1

PrepareFunction · 0.70

Calls 3

SetTensorToDynamicFunction · 0.85
GetOutputFunction · 0.85
NumOutputsFunction · 0.70

Tested by

no test coverage detected