Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/random/__init__.py: 100%
31 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Public API for tf.random namespace.
4"""
6import sys as _sys
8from . import experimental
9from tensorflow.python.framework.random_seed import set_seed
10from tensorflow.python.ops.candidate_sampling_ops import all_candidate_sampler
11from tensorflow.python.ops.candidate_sampling_ops import fixed_unigram_candidate_sampler
12from tensorflow.python.ops.candidate_sampling_ops import learned_unigram_candidate_sampler
13from tensorflow.python.ops.candidate_sampling_ops import log_uniform_candidate_sampler
14from tensorflow.python.ops.candidate_sampling_ops import uniform_candidate_sampler
15from tensorflow.python.ops.random_ops import categorical
16from tensorflow.python.ops.random_ops import random_gamma as gamma
17from tensorflow.python.ops.random_ops import random_normal as normal
18from tensorflow.python.ops.random_ops import random_poisson_v2 as poisson
19from tensorflow.python.ops.random_ops import random_shuffle as shuffle
20from tensorflow.python.ops.random_ops import random_uniform as uniform
21from tensorflow.python.ops.random_ops import truncated_normal
22from tensorflow.python.ops.stateful_random_ops import Generator
23from tensorflow.python.ops.stateful_random_ops import create_rng_state
24from tensorflow.python.ops.stateful_random_ops import get_global_generator
25from tensorflow.python.ops.stateful_random_ops import set_global_generator
26from tensorflow.python.ops.stateless_random_ops import Algorithm
27from tensorflow.python.ops.stateless_random_ops import fold_in
28from tensorflow.python.ops.stateless_random_ops import split
29from tensorflow.python.ops.stateless_random_ops import stateless_categorical
30from tensorflow.python.ops.stateless_random_ops import stateless_parameterized_truncated_normal
31from tensorflow.python.ops.stateless_random_ops import stateless_random_binomial as stateless_binomial
32from tensorflow.python.ops.stateless_random_ops import stateless_random_gamma as stateless_gamma
33from tensorflow.python.ops.stateless_random_ops import stateless_random_normal as stateless_normal
34from tensorflow.python.ops.stateless_random_ops import stateless_random_poisson as stateless_poisson
35from tensorflow.python.ops.stateless_random_ops import stateless_random_uniform as stateless_uniform
36from tensorflow.python.ops.stateless_random_ops import stateless_truncated_normal