| 100 | |
| 101 | const std::vector<TfLiteNode>& nodes() { return nodes_; } |
| 102 | std::vector<TfLiteTensor>* tensors() { return &tensors_; } |
| 103 | const std::vector<int>& inputs() { return inputs_; } |
| 104 | const std::vector<int>& outputs() { return outputs_; } |
| 105 | const std::vector<int>& variables() { return variables_; } |
no outgoing calls
no test coverage detected