Created by: cryoco
Add full like op: full_like(input, fill_value=0.0, out=None) This function creates a tensor filled with fill_value which has identical shape and dtype with input.
fill_value
input