OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateless_truncated_normal
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/stateless/python/kernel_tests/
stateless_random_ops_test.py
36
self.assertIs(stateless.
stateless_truncated_normal
,
37
stateless_random_ops.
stateless_truncated_normal
)
/external/tensorflow/tensorflow/contrib/stateless/
__init__.py
32
@@
stateless_truncated_normal
41
from tensorflow.python.ops.stateless_random_ops import
stateless_truncated_normal
/external/tensorflow/tensorflow/python/kernel_tests/random/
stateless_random_ops_test.py
95
(stateless.
stateless_truncated_normal
, random_ops.truncated_normal, {}),
96
(stateless.
stateless_truncated_normal
, random_ops.truncated_normal,
/external/tensorflow/tensorflow/python/ops/
stateless_random_ops.py
141
@tf_export("random.
stateless_truncated_normal
")
142
def
stateless_truncated_normal
(shape,
function
173
with ops.name_scope(name, "
stateless_truncated_normal
",
178
rnd = gen_stateless_random_ops.
stateless_truncated_normal
(
/external/tensorflow/tensorflow/compiler/tests/
stateless_random_ops_test.py
148
x = stateless.
stateless_truncated_normal
(
Completed in 407 milliseconds