MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SkipFromGenerator

Method SkipFromGenerator

tensorflow/core/lib/random/random_distributions.cc:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace random {
21template <>
22void SingleSampleAdapter<PhiloxRandom>::SkipFromGenerator(uint64 num_skips) {
23 // Use the O(1) PhiloxRandom::Skip instead of the default O(N) impl.
24 generator_->Skip(num_skips);
25}
26} // namespace random
27} // namespace tensorflow

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected