Searched defs:truncated_normal (Results 1 – 7 of 7) sorted by relevance
30 truncated_normal = init_ops.truncated_normal_initializer variable
799 def truncated_normal(self, shape, mean, stddev, dtype): member in _RandomGenerator816 truncated_normal = TruncatedNormal variable
144 def truncated_normal(shape, function
148 truncated_normal = TruncatedNormal variable
5061 def truncated_normal(shape, mean=0.0, stddev=1.0, dtype=None, seed=None): function
222 xla::XlaOp truncated_normal = TruncatedNormal(uniform); in Compile() local
49 def truncated_normal(shape): function