If the dataset is stateful it will not be possible to save its graph or checkpoint the state of its iterators. TODO(jsimsa): Remove this method once all `DatasetBase` implementations are migrated over to `CheckExternalState`.
| 725 | // TODO(jsimsa): Remove this method once all `DatasetBase` implementations are |
| 726 | // migrated over to `CheckExternalState`. |
| 727 | virtual bool IsStateful() const { return false; } |
| 728 | |
| 729 | // Indicates whether the dataset depends on any external state. If so, the |
| 730 | // method returns `errors::FailedPrecondition` with a message that identifies |