Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_state.h101 struct DistributedEpochState { struct
135 distributed_epoch_state = DistributedEpochState(); in Job()
143 absl::optional<DistributedEpochState> distributed_epoch_state;
Ddispatcher_state.cc117 DistributedEpochState& state = job->distributed_epoch_state.value(); in ProduceSplit()