torch.Tensor.Tensor.storage_offset
Tensor.storage_offset(): numberReturns the offset in the underlying storage. Since torch.js tensors don't share storage, this always returns 0.
Returns
numberTensor.storage_offset(): numberReturns the offset in the underlying storage. Since torch.js tensors don't share storage, this always returns 0.
number