Package deepboof.io.torch7.struct
Class TorchList
java.lang.Object
deepboof.io.torch7.struct.TorchObject
deepboof.io.torch7.struct.TorchReferenceable
deepboof.io.torch7.struct.TorchList
public class TorchList extends TorchReferenceable
-
Field Summary
Fields Modifier and Type Field Description List<TorchObject>listFields inherited from class deepboof.io.torch7.struct.TorchReferenceable
index, torchName, version -
Constructor Summary
Constructors Constructor Description TorchList() -
Method Summary
Modifier and Type Method Description <T> Tget(int index)
-
Field Details
-
list
-
-
Constructor Details
-
TorchList
public TorchList()
-
-
Method Details
-
get
public <T> T get(int index)
-