Searched refs:lecun_normal (Results 1 – 11 of 11) sorted by relevance
48 init_ops.lecun_normal)86 init_ops_v2.lecun_normal)
38 from tensorflow.python.ops.init_ops import lecun_normal # pylint: disable=unused-import55 from tensorflow.python.ops.init_ops_v2 import lecun_normal as lecun_normalV2
39 from tensorflow.python.keras.initializers import lecun_normal
64 name: "lecun_normal"
108 name: "lecun_normal"
96 name: "lecun_normal"
143 init_ops.lecun_normal(seed=123),
628 def lecun_normal(seed=None): function
494 init_ops_v2.lecun_normal(seed=123),
1325 def lecun_normal(seed=None): function