Searched refs:lecun_uniform (Results 1 – 11 of 11) sorted by relevance
50 init_ops.lecun_uniform)88 init_ops_v2.lecun_uniform)
39 from tensorflow.python.ops.init_ops import lecun_uniform # pylint: disable=unused-import56 from tensorflow.python.ops.init_ops_v2 import lecun_uniform as lecun_uniformV2
40 from tensorflow.python.keras.initializers import lecun_uniform
68 name: "lecun_uniform"
112 name: "lecun_uniform"
100 name: "lecun_uniform"
107 init_ops.lecun_uniform(seed=123),
654 def lecun_uniform(seed=None): function
472 init_ops_v2.lecun_uniform(seed=123),
1351 def lecun_uniform(seed=None): function