Advance the counter of a counter-based RNG.
tf.raw_ops.RngReadAndSkip(
resource, alg, delta, name=None
)
The state of the RNG after
rng_read_and_skip(n)
will be the same as that after uniform([n])
(or any other distribution). The actual increment added to the
counter is an unspecified implementation choice.
Returns | |
---|---|
A Tensor of type int64 .
|