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

Method OpInputs

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

Source from the content-addressed store, hash-verified

64class OpInputs {
65 public:
66 explicit OpInputs(const TfLiteIntArray* indexes) {
67 for (int index : TfLiteIntArrayView(indexes)) {
68 inputs_.push_back(index);
69 }
70 forwardable_.resize(inputs_.size());
71 }
72 ~OpInputs() {}
73
74 int Size() const { return inputs_.size(); }

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