Complex Tensor
makes a new tensor with a given shape and data. If data is not given, it will generate a zero tensor.
Parameters
shape
tensor shape.
data
must fit into the shape of this tensor.
makes a new tensor with a given shape and data. If data is not given, it will generate a zero tensor.
tensor shape.
must fit into the shape of this tensor.