full
Creates a tensor of a given shape and fills all elements with a given value.
Return
Parameters
value
the value to fill the output tensor with.
shape
array of integers defining the shape of the output tensor.
Creates a tensor of a given shape and fills all elements with a given value.
the value to fill the output tensor with.
array of integers defining the shape of the output tensor.