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

Method OpOutputs

tensorflow/lite/delegates/flex/kernel.cc:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112class OpOutputs {
113 public:
114 explicit OpOutputs(const TfLiteIntArray* indexes) {
115 for (int index : TfLiteIntArrayView(indexes)) {
116 outputs_.push_back(index);
117 }
118 vector_.resize(outputs_.size());
119 }
120 ~OpOutputs() { ResetTensorHandles(); }
121
122 // Stores information about which of the tensors in this class are also

Callers

nothing calls this directly

Calls 4

TfLiteIntArrayViewClass · 0.50
push_backMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected