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

Method TfLiteIndex

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

Source from the content-addressed store, hash-verified

74 int Size() const { return inputs_.size(); }
75
76 int TfLiteIndex(int i) const { return inputs_[i]; }
77
78 // Given a map relating tensors to the node that originates them, populate a
79 // list of sources for the tensors in this class.

Callers 4

BuildEagerInputsMethod · 0.45
PersistEagerOutputsMethod · 0.45
InitFunction · 0.45
PrepareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected