OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateless_random_normal
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/stateless/python/kernel_tests/
stateless_random_ops_test.py
34
self.assertIs(stateless.
stateless_random_normal
,
35
stateless_random_ops.
stateless_random_normal
)
/external/tensorflow/tensorflow/contrib/stateless/
__init__.py
31
@@
stateless_random_normal
40
from tensorflow.python.ops.stateless_random_ops import
stateless_random_normal
/external/tensorflow/tensorflow/compiler/tests/
stateless_random_ops_test.py
48
stateless.stateless_random_uniform, stateless.
stateless_random_normal
111
x = stateless.
stateless_random_normal
(
135
x = stateless.
stateless_random_normal
(
/external/tensorflow/tensorflow/python/kernel_tests/random/
stateless_random_ops_test.py
91
(stateless.
stateless_random_normal
, random_ops.random_normal, {}),
92
(stateless.
stateless_random_normal
, random_ops.random_normal,
/external/tensorflow/tensorflow/python/ops/
stateless_random_ops.py
105
def
stateless_random_normal
(shape,
function
132
with ops.name_scope(name, "
stateless_random_normal
",
137
rnd = gen_stateless_random_ops.
stateless_random_normal
(shape, seed, dtype)
Completed in 494 milliseconds