aesara.tensor.full_like

Contents

aesara.tensor.full_like#

aesara.tensor.full_like(a: TensorVariable, fill_value: TensorVariable | int | float, dtype: str | generic | dtype | None = None) TensorVariable[source]#

Equivalent of numpy.full_like.

Returns:

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

Return type:

tensor