Package deepboof.io.torch7.struct
Class TorchTensor
java.lang.Object
deepboof.io.torch7.struct.TorchObject
deepboof.io.torch7.struct.TorchReferenceable
deepboof.io.torch7.struct.TorchTensor
public class TorchTensor extends TorchReferenceable
-
Field Summary
Fields Modifier and Type Field Description int[]shapeintstartIndexTorchStoragestorage -
Constructor Summary
Constructors Constructor Description TorchTensor() -
Method Summary
Modifier and Type Method Description <T extends TorchStorage>
TgetStorage()intlength()java.lang.StringtoString()
-
Field Details
-
shape
public int[] shape -
startIndex
public int startIndex -
storage
-
-
Constructor Details
-
TorchTensor
public TorchTensor()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
length
public int length() -
getStorage
-