| 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. |
no outgoing calls
no test coverage detected