Home
last modified time | relevance | path

Searched refs:current_checkpoint_id_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc404 : DatasetIterator<Dataset>(params), current_checkpoint_id_(0) {} in Iterator()
456 current_checkpoint_id_); in GetCurrentFilename()
460 current_checkpoint_id_++; in AdvanceToNextFile()
471 uint64 current_checkpoint_id_; member in tensorflow::data::snapshot_util::Reader::Dataset::Iterator
Dsnapshot_dataset_op.cc279 uint64 current_checkpoint_id_ TF_GUARDED_BY(mu_);
631 current_checkpoint_id_(0) {} in Writer()
757 current_checkpoint_id_, dataset()->compression_, kFileFormatVersion, in GetNextInternal()
781 static_cast<int64>(current_checkpoint_id_))); in SaveInternal()
784 current_checkpoint_id_++; in SaveInternal()
804 current_checkpoint_id_ = static_cast<uint64>(current_checkpoint_id); in RestoreInternal()