The check for initialization does not need to access the underlying tensor buffer.
| 277 | // The check for initialization does not need to access the |
| 278 | // underlying tensor buffer. |
| 279 | bool IsInitialized() const { return tensor_.IsInitialized(); } |
| 280 | |
| 281 | int64 NumElements() const { return tensor_.NumElements(); } |
| 282 |
no outgoing calls
no test coverage detected