full
Creates a tensor filled with a constant value for the specified dtype.
Return
TensorData filled with the constant value
Parameters
shape
the shape of the tensor to create
value
the constant value to fill the tensor with
dtype
the data type instance
Type Parameters
T
the data type constraint extending DType