Package deepboof.io.torch7.struct
Class TorchStorage
java.lang.Object
deepboof.io.torch7.struct.TorchObject
deepboof.io.torch7.struct.TorchReferenceable
deepboof.io.torch7.struct.TorchStorage
- Direct Known Subclasses:
TorchByteStorage,TorchCharStorage,TorchDoubleStorage,TorchFloatStorage,TorchLongStorage
public abstract class TorchStorage extends TorchReferenceable
-
Field Summary
Fields inherited from class deepboof.io.torch7.struct.TorchReferenceable
index, torchName, version -
Constructor Summary
Constructors Constructor Description TorchStorage() -
Method Summary
Modifier and Type Method Description abstract ObjectgetDataObject()abstract voidprintSummary()abstract intsize()
-
Constructor Details
-
TorchStorage
public TorchStorage()
-
-
Method Details
-
size
public abstract int size() -
getDataObject
-
printSummary
public abstract void printSummary()
-