| 33 | |
| 34 | typedef const int* const_iterator; |
| 35 | const_iterator begin() const { return int_array_->data; } |
| 36 | const_iterator end() const { return &int_array_->data[int_array_->size]; } |
| 37 | |
| 38 | TfLiteIntArrayView(const TfLiteIntArrayView&) = default; |
no outgoing calls
no test coverage detected