HomeSort by relevance Sort by last modified time
    Searched refs:gen_stateless_random_ops (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
stateless_random_ops.py 21 from tensorflow.python.ops import gen_stateless_random_ops
96 return gen_stateless_random_ops.stateless_random_uniform_int(
99 rnd = gen_stateless_random_ops.stateless_random_uniform(
137 rnd = gen_stateless_random_ops.stateless_random_normal(shape, seed, dtype)
178 rnd = gen_stateless_random_ops.stateless_truncated_normal(
266 return gen_stateless_random_ops.stateless_multinomial(
  /external/tensorflow/tensorflow/python/data/experimental/ops/
interleave_ops.py 29 from tensorflow.python.ops import gen_stateless_random_ops
196 gen_stateless_random_ops.stateless_multinomial(logits, 1, seed=seed),
214 gen_stateless_random_ops.stateless_multinomial(logits, 1, seed=seed),

Completed in 103 milliseconds