Get the status of the reader.
| 76 | |
| 77 | // Get the status of the reader. |
| 78 | const Status status() const { return status_; } |
| 79 | |
| 80 | // Checks if the reader contains any slice of a tensor. In case the reader |
| 81 | // does contain the tensor, if "shape" is not nullptr, fill "shape" with the |
no outgoing calls