Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/random/__init__.py: 100%
34 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 get_seed
10from tensorflow.python.framework.random_seed import set_random_seed
11from tensorflow.python.ops.candidate_sampling_ops import all_candidate_sampler
12from tensorflow.python.ops.candidate_sampling_ops import fixed_unigram_candidate_sampler
13from tensorflow.python.ops.candidate_sampling_ops import learned_unigram_candidate_sampler
14from tensorflow.python.ops.candidate_sampling_ops import log_uniform_candidate_sampler
15from tensorflow.python.ops.candidate_sampling_ops import uniform_candidate_sampler
16from tensorflow.python.ops.random_ops import categorical
17from tensorflow.python.ops.random_ops import multinomial
18from tensorflow.python.ops.random_ops import random_gamma as gamma
19from tensorflow.python.ops.random_ops import random_normal as normal
20from tensorflow.python.ops.random_ops import random_poisson as poisson
21from tensorflow.python.ops.random_ops import random_shuffle as shuffle
22from tensorflow.python.ops.random_ops import random_uniform as uniform
23from tensorflow.python.ops.random_ops import truncated_normal
24from tensorflow.python.ops.stateful_random_ops import Generator
25from tensorflow.python.ops.stateful_random_ops import create_rng_state
26from tensorflow.python.ops.stateful_random_ops import get_global_generator
27from tensorflow.python.ops.stateful_random_ops import set_global_generator
28from tensorflow.python.ops.stateless_random_ops import Algorithm
29from tensorflow.python.ops.stateless_random_ops import fold_in
30from tensorflow.python.ops.stateless_random_ops import split
31from tensorflow.python.ops.stateless_random_ops import stateless_categorical
32from tensorflow.python.ops.stateless_random_ops import stateless_multinomial
33from tensorflow.python.ops.stateless_random_ops import stateless_parameterized_truncated_normal
34from tensorflow.python.ops.stateless_random_ops import stateless_random_binomial as stateless_binomial
35from tensorflow.python.ops.stateless_random_ops import stateless_random_gamma as stateless_gamma
36from tensorflow.python.ops.stateless_random_ops import stateless_random_normal as stateless_normal
37from tensorflow.python.ops.stateless_random_ops import stateless_random_poisson as stateless_poisson
38from tensorflow.python.ops.stateless_random_ops import stateless_random_uniform as stateless_uniform
39from tensorflow.python.ops.stateless_random_ops import stateless_truncated_normal