pymc.math.full_like#

pymc.math.full_like(a, fill_value, dtype=None)[source]#

Equivalent of numpy.full_like.

Returns:
tensor

tensor the shape of a containing fill_value of the type of dtype.