aesara.tensor.full_like# aesara.tensor.full_like(a: TensorVariable, fill_value: Union[TensorVariable, int, float], dtype: Optional[Union[str, generic, dtype]] = 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