Searched refs:kShuffleStateActive (Results 1 – 2 of 2) sorted by relevance
37 constexpr int32_t ShuffleOp::kShuffleStateActive; member in mindspore::dataset::ShuffleOp164 if (shuffle_buffer_state_ == kShuffleStateActive) { in operator ()()240 shuffle_buffer_state_ = kShuffleStateActive; // Transition to the active state in InitShuffleBuffer()
47 static constexpr int32_t kShuffleStateActive = 1; variable